Uses of Interface
org.hibernate.metamodel.mapping.FilterRestrictable
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.
Validation for HQL queries.
-
Uses of FilterRestrictable in org.hibernate.id
Modifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of FilterRestrictable in org.hibernate.metamodel.mapping
Modifier and TypeInterfaceDescriptioninterface
Mapping of an entityinterface
Mapping of a plural (collection-valued) attributeinterface
-
Uses of FilterRestrictable in org.hibernate.metamodel.mapping.internal
-
Uses of FilterRestrictable in org.hibernate.persister.collection
Modifier and TypeInterfaceDescriptioninterface
A strategy for persisting a mapped collection role.interface
Deprecated.Just used to singly extend all the deprecated collection persister rolesinterface
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
Deprecated.Modifier and TypeClassDescriptionclass
Base implementation of theQueryableCollection
interface.class
class
-
Uses of FilterRestrictable in org.hibernate.persister.entity
Modifier and TypeInterfaceDescriptioninterface
Deprecated.Just used to singly extend all the deprecated entity persister rolesinterface
A strategy for persisting a mapped entity class.interface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Deprecated.UseEntityMappingType
insteadinterface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Modifier 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 FilterRestrictable in org.hibernate.processor.validation
Modifier and TypeClassDescriptionclass
class
static class
static class
static class
-
Uses of FilterRestrictable in org.hibernate.query.derived
EntityPersister
instead.