Description
At the moment the JPAMessageMapper.search(...) method use the SearchQueryIterator for matching the SearchQuery. This works but its not the best thing todo with a query aware backed like JPA. We should build a JPL query which mach the SearchQuery and return the result directly (without using SearchQueryIterator)