Uses of Interface
org.hibernate.metamodel.mapping.Restrictable
Packages that use Restrictable
Package
Description
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for collections.
This package abstracts persistence mechanisms for entities.
Validation for HQL queries.
-
Uses of Restrictable in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type RestrictableModifier and TypeMethodDescriptionstatic void
FilterHelper.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.mappingModifier and TypeInterfaceDescriptioninterface
Mapping of an entityinterface
Mapping of a plural (collection-valued) attribute -
Uses of Restrictable in org.hibernate.metamodel.mapping.internal
Subinterfaces of Restrictable in org.hibernate.metamodel.mapping.internalModifier and TypeInterfaceDescriptioninterface
Defines the ability to perform post-creation processing for entity mappings.Classes in org.hibernate.metamodel.mapping.internal that implement Restrictable -
Uses of Restrictable in org.hibernate.persister.collection
Subinterfaces of Restrictable in org.hibernate.persister.collectionModifier and TypeInterfaceDescriptioninterface
A strategy for persisting a mapped collection role.Classes in org.hibernate.persister.collection that implement RestrictableModifier and TypeClassDescriptionclass
Base implementation of theQueryableCollection
interface.class
class
-
Uses of Restrictable in org.hibernate.persister.entity
Subinterfaces of Restrictable in org.hibernate.persister.entityClasses in org.hibernate.persister.entity that implement RestrictableModifier and TypeClassDescriptionclass
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
The default implementation of theEntityPersister
interface.class
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy. -
Uses of Restrictable in org.hibernate.processor.validation
Classes in org.hibernate.processor.validation that implement RestrictableModifier and TypeClassDescriptionclass
class
static class
static class
static class
-
Uses of Restrictable in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement Restrictable