Uses of Interface
org.hibernate.metamodel.mapping.Discriminatable
-
Packages that use Discriminatable Package Description org.hibernate.id This package contains the built-in id generators, all of which implementIdentifierGenerator
orPostInsertIdentifierGenerator
.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.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived -
-
Uses of Discriminatable in org.hibernate.id
Subinterfaces of Discriminatable 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 Discriminatable in org.hibernate.metamodel.mapping
Subinterfaces of Discriminatable in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
EntityMappingType
Mapping of an entity -
Uses of Discriminatable in org.hibernate.metamodel.mapping.internal
Subinterfaces of Discriminatable in org.hibernate.metamodel.mapping.internal Modifier and Type Interface Description interface
InFlightEntityMappingType
-
Uses of Discriminatable in org.hibernate.persister.entity
Subinterfaces of Discriminatable in org.hibernate.persister.entity Modifier and Type Interface Description interface
EntityPersister
A strategy for persisting a mapped entity class.interface
Loadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
Lockable
Contract for things that can be locked via aLockingStrategy
.interface
OuterJoinLoadable
AEntityPersister
that may be loaded by outer join using and may be an element of a one-to-many association.interface
Queryable
Deprecated.UseEntityMappingType
insteadinterface
SQLLoadable
AnEntityPersister
that supports queries expressed in the platform native SQL dialect.interface
UniqueKeyLoadable
AnEntityPersister
that can be loaded by a non-primary unique key.Classes in org.hibernate.persister.entity that implement Discriminatable Modifier and Type Class Description class
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC through either generated or custom SQLclass
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 Discriminatable in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement Discriminatable Modifier and Type Class Description class
AnonymousTupleEntityValuedModelPart
-