Uses of Interface
org.hibernate.metamodel.mapping.Restrictable
-
Packages that use Restrictable Package Description org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced
, contain the built-in id generators, all of which implement eitherIdentifierGenerator
orPostInsertIdentifierGenerator
.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.jpamodelgen.validation Validation for HQL queries.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 interface
PostInsertIdentityPersister
A 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 void
FilterHelper. applyBaseRestrictions(Consumer<Predicate> predicateConsumer, Restrictable restrictable, TableGroup rootTableGroup, boolean useIdentificationVariable, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationState astCreationState)
-
Uses of Restrictable in org.hibernate.jpamodelgen.validation
Classes in org.hibernate.jpamodelgen.validation that implement Restrictable Modifier and Type Class Description class
MockCollectionPersister
class
MockEntityPersister
static class
ProcessorSessionFactory.ElementCollectionPersister
static class
ProcessorSessionFactory.EntityPersister
static class
ProcessorSessionFactory.ToManyAssociationPersister
-
Uses of Restrictable in org.hibernate.metamodel.mapping
Subinterfaces of Restrictable in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
EntityMappingType
Mapping of an entityinterface
PluralAttributeMapping
Mapping 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 interface
InFlightEntityMappingType
Classes in org.hibernate.metamodel.mapping.internal that implement Restrictable Modifier and Type Class Description class
PluralAttributeMappingImpl
-
Uses of Restrictable in org.hibernate.persister.collection
Subinterfaces of Restrictable in org.hibernate.persister.collection Modifier and Type Interface Description interface
CollectionPersister
A strategy for persisting a mapped collection role.interface
DeprecatedCollectionStuff
Deprecated.Just used to singly extend all the deprecated collection persister rolesinterface
QueryableCollection
Deprecated, 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.interface
SQLLoadableCollection
Deprecated.Classes in org.hibernate.persister.collection that implement Restrictable Modifier and Type Class Description class
AbstractCollectionPersister
Base implementation of theQueryableCollection
interface.class
BasicCollectionPersister
class
OneToManyPersister
-
Uses of Restrictable in org.hibernate.persister.entity
Subinterfaces of Restrictable in org.hibernate.persister.entity Modifier and Type Interface Description interface
DeprecatedEntityStuff
Deprecated.Just used to singly extend all the deprecated entity persister rolesinterface
EntityPersister
A strategy for persisting a mapped entity class.interface
Joinable
Deprecated, for removal: This API element is subject to removal in a future version.interface
Loadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
Lockable
Deprecated, for removal: This API element is subject to removal in a future version.interface
OuterJoinLoadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
Queryable
Deprecated.UseEntityMappingType
insteadinterface
SQLLoadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
UniqueKeyLoadable
Classes in org.hibernate.persister.entity that implement Restrictable Modifier and Type Class Description class
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
JoinedSubclassEntityPersister
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
SingleTableEntityPersister
The default implementation of theEntityPersister
interface.class
UnionSubclassEntityPersister
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping 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 class
AnonymousTupleEntityValuedModelPart
-