Package org.hibernate.metamodel.mapping
Interface WhereRestrictable
-
- All Known Subinterfaces:
CollectionPersister,DeprecatedCollectionStuff,DeprecatedEntityStuff,EntityMappingType,EntityPersister,InFlightEntityMappingType,Joinable,Loadable,Lockable,OuterJoinLoadable,PluralAttributeMapping,PostInsertIdentityPersister,Queryable,QueryableCollection,Restrictable,SQLLoadable,SQLLoadableCollection,UniqueKeyLoadable
- All Known Implementing Classes:
AbstractCollectionPersister,AbstractEntityPersister,AnonymousTupleEntityValuedModelPart,BasicCollectionPersister,JoinedSubclassEntityPersister,OneToManyPersister,PluralAttributeMappingImpl,SingleTableEntityPersister,UnionSubclassEntityPersister
public interface WhereRestrictableThings which can haveWheredeclarations - entities and collections- See Also:
FilterRestrictable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyWhereRestrictions(Consumer<Predicate> predicateConsumer, TableGroup tableGroup, boolean useQualifier, SqlAstCreationState creationState)Apply theWhererestrictions
-
-
-
Method Detail
-
applyWhereRestrictions
void applyWhereRestrictions(Consumer<Predicate> predicateConsumer, TableGroup tableGroup, boolean useQualifier, SqlAstCreationState creationState)
Apply theWhererestrictions
-
-