Uses of Interface
org.hibernate.metamodel.mapping.WhereRestrictable
Packages that use WhereRestrictable
Package
Description
This package and its subpackages, especially
org.hibernate.id.enhanced,
contain the built-in id generators, all of which implement either
IdentifierGenerator or
PostInsertIdentifierGenerator.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 WhereRestrictable in org.hibernate.id
Subinterfaces of WhereRestrictable in org.hibernate.idModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of WhereRestrictable in org.hibernate.metamodel.mapping
Subinterfaces of WhereRestrictable in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterfaceMapping of an entityinterfaceMapping of a plural (collection-valued) attributeinterface -
Uses of WhereRestrictable in org.hibernate.metamodel.mapping.internal
Subinterfaces of WhereRestrictable in org.hibernate.metamodel.mapping.internalClasses in org.hibernate.metamodel.mapping.internal that implement WhereRestrictable -
Uses of WhereRestrictable in org.hibernate.persister.collection
Subinterfaces of WhereRestrictable in org.hibernate.persister.collectionModifier and TypeInterfaceDescriptioninterfaceA strategy for persisting a mapped collection role.interfaceDeprecated.Just used to singly extend all the deprecated collection persister rolesinterfaceDeprecated, 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.interfaceDeprecated.Classes in org.hibernate.persister.collection that implement WhereRestrictableModifier and TypeClassDescriptionclassBase implementation of theQueryableCollectioninterface.classclass -
Uses of WhereRestrictable in org.hibernate.persister.entity
Subinterfaces of WhereRestrictable in org.hibernate.persister.entityModifier and TypeInterfaceDescriptioninterfaceDeprecated.Just used to singly extend all the deprecated entity persister rolesinterfaceA strategy for persisting a mapped entity class.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated.UseEntityMappingTypeinsteadinterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceClasses in org.hibernate.persister.entity that implement WhereRestrictableModifier 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 WhereRestrictable in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement WhereRestrictable
EntityPersisterinstead.