Interface Restrictable

All Superinterfaces:
FilterRestrictable, WhereRestrictable
All Known Subinterfaces:
CollectionPersister, DeprecatedCollectionStuff, DeprecatedEntityStuff, EntityMappingType, EntityPersister, InFlightEntityMappingType, Joinable, Loadable, Lockable, OuterJoinLoadable, PluralAttributeMapping, PostInsertIdentityPersister, Queryable, QueryableCollection, SQLLoadable, SQLLoadableCollection, UniqueKeyLoadable
All Known Implementing Classes:
AbstractCollectionPersister, AbstractEntityPersister, AnonymousTupleEntityValuedModelPart, BasicCollectionPersister, JoinedSubclassEntityPersister, OneToManyPersister, PluralAttributeMappingImpl, SingleTableEntityPersister, UnionSubclassEntityPersister

public interface Restrictable extends FilterRestrictable, WhereRestrictable
Things that can have Where, and/or Filter applied to them. This is effectively entities and plural attributes.