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 interfaceDiscriminatorMappingMapping of a discriminator, for either entity or association (ANY) discrimination.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. -
Uses of VirtualModelPart in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement VirtualModelPart Modifier and Type Class Description classAbstractDiscriminatorMappingclassAbstractNaturalIdMappingclassAnyDiscriminatorPartActs as a ModelPart for the discriminator portion of an any-valued mappingclassCaseStatementDiscriminatorMappingImplclassCompoundNaturalIdMappingMulti-attribute NaturalIdMapping implementationclassEmbeddedForeignKeyDescriptorclassEntityRowIdMappingImplclassExplicitColumnDiscriminatorMappingImplclassInverseNonAggregatedIdentifierMappingThe inverse part of a "non-aggregated" composite identifier.classNonAggregatedIdentifierMappingImplA "non-aggregated" composite identifier.classSimpleForeignKeyDescriptorclassSimpleNaturalIdMappingSingle-attribute NaturalIdMapping implementationclassVirtualEmbeddedAttributeMapping -
Uses of VirtualModelPart in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement VirtualModelPart Modifier and Type Class Description classAnonymousTupleNonAggregatedEntityIdentifierMapping
-