All Classes and Interfaces
Class
Description
Common parent for implementations of vendor-specific repositories
This exception is thrown, when a predicate or a join have a reference to an alias, that is not present in a query
Implementation is responsible for aliases lookup in a query
Assert util methods
ConcurrentHashMap-based implementation of
JoinGraphRegistryHibernateUtil provides static utility methods for HibernateThis class contains helper methods for
joins buildingRepresents query join.
Base class of Joiner.
Basic class for all Joiner runtime exceptions
Basic class for all Joiner runtime exceptions
Base interface which defines possible parameters of joiner query
T - select from
R - projection type
Implementation of joiner query with
non-tuple resultBase interface for repositories with joiner support.
Implementation is responsible for vendor-specific logic
JoinGraph allows to predefine a set of joins for a specific class that can be added to a query using
JoinerQuery.joinGraphs(String...)Indicates that an object may contain joins
Implementation is responsible for predicate aliases lookup in a query
This class contains helper methods for joiner query building
Query features allow to modify the request/query before executing in declarative way
Definition of result set order
Implementation of joiner query with
Tuple result