Uses of Interface
org.hibernate.metamodel.mapping.VirtualModelPart
-
Packages that use VirtualModelPart Package Description 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.query.derived -
-
Uses of VirtualModelPart in org.hibernate.metamodel.mapping
Subinterfaces of VirtualModelPart in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
EntityDiscriminatorMapping
Details about the discriminator for an entity hierarchy.interface
EntityRowIdMapping
Mapping of a row-idinterface
ForeignKeyDescriptor
Descriptor for foreign-keysinterface
NaturalIdMapping
Mapping for an entity's natural-id, if one is defined.interface
NonAggregatedIdentifierMapping
A "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like an aggregated mapping does. -
Uses of VirtualModelPart in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement VirtualModelPart Modifier and Type Class Description class
AbstractDiscriminatorMapping
class
AbstractNaturalIdMapping
class
CaseStatementDiscriminatorMappingImpl
class
CompoundNaturalIdMapping
Multi-attribute NaturalIdMapping implementationclass
EmbeddedForeignKeyDescriptor
class
EntityRowIdMappingImpl
class
ExplicitColumnDiscriminatorMappingImpl
class
InverseNonAggregatedIdentifierMapping
The inverse part of a "non-aggregated" composite identifier.class
NonAggregatedIdentifierMappingImpl
A "non-aggregated" composite identifier.class
SimpleForeignKeyDescriptor
class
SimpleNaturalIdMapping
Single-attribute NaturalIdMapping implementationclass
VirtualEmbeddedAttributeMapping
-
Uses of VirtualModelPart in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement VirtualModelPart Modifier and Type Class Description class
AnonymousTupleNonAggregatedEntityIdentifierMapping
-