Uses of Interface
org.hibernate.metamodel.mapping.FilterRestrictable
Packages that use FilterRestrictable
Package
Description
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.
-
Uses of FilterRestrictable in org.hibernate.metamodel.mapping
Subinterfaces of FilterRestrictable in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterfaceMapping of an entityinterfaceMapping of a plural (collection-valued) attributeinterfaceThings that can haveSQLRestriction, and/orFilterapplied to them. -
Uses of FilterRestrictable in org.hibernate.metamodel.mapping.internal
Subinterfaces of FilterRestrictable in org.hibernate.metamodel.mapping.internalModifier and TypeInterfaceDescriptioninterfaceDefines the ability to perform post-creation processing for entity mappings.Classes in org.hibernate.metamodel.mapping.internal that implement FilterRestrictable -
Uses of FilterRestrictable in org.hibernate.persister.collection
Subinterfaces of FilterRestrictable in org.hibernate.persister.collectionModifier and TypeInterfaceDescriptioninterfaceA strategy for persisting a mapped collection role.Classes in org.hibernate.persister.collection that implement FilterRestrictableModifier and TypeClassDescriptionclassBase implementation of theQueryableCollectioninterface.classclass -
Uses of FilterRestrictable in org.hibernate.persister.entity
Subinterfaces of FilterRestrictable in org.hibernate.persister.entityClasses in org.hibernate.persister.entity that implement FilterRestrictableModifier and TypeClassDescriptionclassBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.classAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classThe default implementation of theEntityPersisterinterface.classAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy. -
Uses of FilterRestrictable in org.hibernate.query.sqm.tuple.internal
Classes in org.hibernate.query.sqm.tuple.internal that implement FilterRestrictable