Uses of Interface
org.hibernate.metamodel.mapping.Restrictable
-
Packages that use Restrictable Package Description org.hibernate.id This package contains the built-in id generators, all of which implementIdentifierGeneratororPostInsertIdentifierGenerator.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived -
-
Uses of Restrictable in org.hibernate.id
Subinterfaces of Restrictable in org.hibernate.id Modifier and Type Interface Description interfacePostInsertIdentityPersisterA persister that may have an identity assigned by execution of a SQLINSERT. -
Uses of Restrictable in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type Restrictable Modifier and Type Method Description static voidFilterHelper. applyBaseRestrictions(Consumer<Predicate> predicateConsumer, Restrictable restrictable, TableGroup rootTableGroup, boolean useIdentificationVariable, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationState astCreationState) -
Uses of Restrictable in org.hibernate.metamodel.mapping
Subinterfaces of Restrictable in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceEntityMappingTypeMapping of an entityinterfacePluralAttributeMappingMapping of a plural (collection-valued) attribute -
Uses of Restrictable in org.hibernate.metamodel.mapping.internal
Subinterfaces of Restrictable in org.hibernate.metamodel.mapping.internal Modifier and Type Interface Description interfaceInFlightEntityMappingTypeClasses in org.hibernate.metamodel.mapping.internal that implement Restrictable Modifier and Type Class Description classPluralAttributeMappingImpl -
Uses of Restrictable in org.hibernate.persister.collection
Subinterfaces of Restrictable in org.hibernate.persister.collection Modifier and Type Interface Description interfaceCollectionPersisterA strategy for persisting a mapped collection role.interfaceQueryableCollectionDeprecated, for removal: This API element is subject to removal in a future version.Given the mapping-model and SQM, this contract is no longer needed.interfaceSQLLoadableCollectionDeprecated.Classes in org.hibernate.persister.collection that implement Restrictable Modifier and Type Class Description classAbstractCollectionPersisterBase implementation of theQueryableCollectioninterface.classBasicCollectionPersisterACollectionPersisterfor collections of values and many-to-many associations.classOneToManyPersisterACollectionPersisterforone-to-one associations. -
Uses of Restrictable in org.hibernate.persister.entity
Subinterfaces of Restrictable in org.hibernate.persister.entity Modifier and Type Interface Description interfaceEntityPersisterA strategy for persisting a mapped entity class.interfaceJoinableDeprecated, for removal: This API element is subject to removal in a future version.interfaceLoadableDeprecated, for removal: This API element is subject to removal in a future version.interfaceLockableContract for things that can be locked via aLockingStrategy.interfaceOuterJoinLoadableAEntityPersisterthat may be loaded by outer join using and may be an element of a one-to-many association.interfaceQueryableDeprecated.UseEntityMappingTypeinsteadinterfaceSQLLoadableAnEntityPersisterthat supports queries expressed in the platform native SQL dialect.interfaceUniqueKeyLoadableAnEntityPersisterthat can be loaded by a non-primary unique key.Classes in org.hibernate.persister.entity that implement Restrictable Modifier and Type Class Description classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC through either generated or custom SQLclassJoinedSubclassEntityPersisterAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classSingleTableEntityPersisterThe default implementation of theEntityPersisterinterface.classUnionSubclassEntityPersisterAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy. -
Uses of Restrictable in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement Restrictable Modifier and Type Class Description classAnonymousTupleEntityValuedModelPart
-