Package cz.encircled.joiner.query
-
Interface Summary Interface Description FromBuilder<R> JoinerQuery<T,R> Base interface which defines possible parameters of joiner query T - select from R - projection typeJoinRoot Indicates that an object may contain joinsQueryFeature Query features allow to modify the request/query before executing in declarative way -
Class Summary Class Description ExpressionQueryFromBuilder<R> ExtendedJPAQuery<T> JoinerQueryBase<T,R> Implementation of joiner query withnon-tupleresultQ This class contains helper methods for joiner query buildingQueryOrder<T> Definition of result set orderTupleJoinerQuery<T> Implementation of joiner query withTupleresultTupleQueryFromBuilder