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 TypeInterfaceDescriptioninterfaceMapping of a discriminator, for either entity or association (ANY) discrimination.interfaceDetails about the discriminator for an embeddable hierarchy.interfaceDetails about the discriminator for an entity hierarchy.interfaceMapping of a row-idinterfaceDescriptor for foreign-keysinterfaceMapping for an entity's natural-id, if one is defined.interfaceA "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like an aggregated mapping does.interfaceMetadata about the indicator column for entities and collections enabled for soft delete