All Classes and Interfaces

Class
Description
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 JoinGraphRegistry
 
 
 
FactoryExpressionTransformer is a TupleTransformer implementation using FactoryExpression instances for transformation
 
 
This class contains helper methods for joins building
Represents query join.
Base class of Joiner.
Basic class for all Joiner runtime exceptions
Basic class for all Joiner runtime exceptions
 
Custom serializer for creating a JPQL string from a JoinerQuery.
 
Base interface which defines possible parameters of joiner query T - select from R - projection type
Implementation of joiner query with non-tuple result
Base interface for repositories with joiner support.
 
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
Use this query feature to prevent uninitialized lazy attributes from being fetched when accessed.
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
 
Vendor-specific repositories