All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractVendorRepository Common parent for implementations of vendor-specific repositoriesAliasMissingException This exception is thrown, when a predicate or a join have a reference to an alias, that is not present in a queryAliasResolver Implementation is responsible for aliases lookup in a queryAssert Assert util methodsDefaultAliasResolver DefaultJoinGraphRegistry ConcurrentHashMap-based implementation ofJoinGraphRegistryDefaultPredicateAliasResolver EclipselinkRepository ExpressionQueryFromBuilder<R> ExtendedJPAQuery<T> FromBuilder<R> HibernateRepository J This class contains helper methods forjoinsbuildingJoinDescription Represents query join.Joiner Base class of Joiner.JoinerException Basic class for all Joiner runtime exceptionsJoinerExceptions Basic class for all Joiner runtime exceptionsJoinerQuery<T,R> Base interface which defines possible parameters of joiner query T - select from R - projection typeJoinerQueryBase<T,R> Implementation of joiner query withnon-tupleresultJoinerRepository<T> Base interface for repositories with joiner support.JoinerUtils JoinerVendorRepository Implementation is responsible for vendor-specific logicJoinGraphRegistry JoinGraph allows to predefine a set of joins for a specific class that can be added to a query usingJoinerQuery.joinGraphs(String...)JoinRoot Indicates that an object may contain joinsPredicateAliasResolver Implementation is responsible for predicate aliases lookup in a queryQ This class contains helper methods for joiner query buildingQueryFeature Query features allow to modify the request/query before executing in declarative wayQueryOrder<T> Definition of result set orderReflectionUtils StringUtils TupleJoinerQuery<T> Implementation of joiner query withTupleresultTupleQueryFromBuilder