Class Summary |
DistanceOrder |
A criteria that sort by distance for better performance you can use
ProjectionOrder if a projection for distance calculation have been
added |
DistanceRestriction |
An implementation of the Criterion interface that implements
distance restriction |
FulltextRestriction |
An implementation of the Criterion interface that implements
'ts_query @@ ts_vector' restriction |
IntersectsRestriction |
An implementation of the Criterion interface that implements
restriction for a psql intersects restriction |
NativeSQLOrder |
|
PartialWordSearchRestriction |
An implementation of the Criterion interface that implements
Partial word search, it must be coupled with the DAO to have a common format
=>the DAO store a special string and this criteria search
for that string (the searchterms have to be transform too) |
ProjectionOrder |
A criteria that sort by an already added projection |
ResultTransformerUtil<T> |
The Class ResultTransformerUtil. |