Interface RelationQueryGenerator
- All Known Implementing Classes:
AbstractRelationQueryGenerator
,OneAuditEntityQueryGenerator
,OneEntityQueryGenerator
,ThreeEntityQueryGenerator
,TwoEntityOneAuditedQueryGenerator
,TwoEntityQueryGenerator
public interface RelationQueryGenerator
Implementations of this interface provide a method to generate queries on a
relation table (a table used for mapping relations). The query can select,
apart from selecting the content of the relation table, also data of other
"related" entities.
-
Method Summary
Modifier and TypeMethodDescriptiongetQuery
(SharedSessionContractImplementor session, Object primaryKey, Number revision, boolean removed) Return the query to fetch the relation.
-
Method Details