Uses of Interface
org.hibernate.metamodel.mapping.VirtualModelPart
-
Packages that use VirtualModelPart Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model.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
interface
EntityRowIdMapping
Mapping of a row-idinterface
ForeignKeyDescriptor
Descriptor for foreign-keysinterface
NaturalIdMapping
Mapping for an entity's natural-id, if one is definedinterface
NonAggregatedIdentifierMapping
A "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like anEmbeddedId
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
-