Uses of Interface
org.hibernate.metamodel.mapping.VirtualModelPart
Packages that use VirtualModelPart
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
-
Uses of VirtualModelPart in org.hibernate.metamodel.mapping
Subinterfaces of VirtualModelPart in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterface
Mapping of a discriminator, for either entity or association (ANY) discrimination.interface
Details about the discriminator for an embeddable hierarchy.interface
Details about the discriminator for an entity hierarchy.interface
Mapping of a row-idinterface
Descriptor for foreign-keysinterface
Mapping for an entity's natural-id, if one is defined.interface
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.interface
Metadata about the indicator column for entities and collections enabled for soft delete -
Uses of VirtualModelPart in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement VirtualModelPartModifier and TypeClassDescriptionclass
class
class
Acts as a ModelPart for the discriminator portion of an any-valued mappingclass
class
Multi-attribute NaturalIdMapping implementationclass
class
class
class
The inverse part of a "non-aggregated" composite identifier.class
A "non-aggregated" composite identifier.class
class
Single-attribute NaturalIdMapping implementationclass
SoftDeleteMapping implementationclass
-
Uses of VirtualModelPart in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement VirtualModelPart