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.query.derived -
-
Uses of VirtualModelPart in org.hibernate.metamodel.mapping
Subinterfaces of VirtualModelPart in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceDiscriminatorMappingMapping of a discriminator, for either entity or association (ANY) discrimination.interfaceEmbeddableDiscriminatorMappingDetails about the discriminator for an embeddable hierarchy.interfaceEntityDiscriminatorMappingDetails about the discriminator for an entity hierarchy.interfaceEntityRowIdMappingMapping of a row-idinterfaceForeignKeyDescriptorDescriptor for foreign-keysinterfaceNaturalIdMappingMapping for an entity's natural-id, if one is defined.interfaceNonAggregatedIdentifierMappingA "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like an aggregated mapping does.interfaceSoftDeleteMappingMetadata about the indicator column for entities and collections enabled for soft delete -
Uses of VirtualModelPart in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement VirtualModelPart Modifier and Type Class Description classAnonymousTupleNonAggregatedEntityIdentifierMapping
-