Uses of Interface
org.hibernate.metamodel.mapping.OwnedValuedModelPart
-
Packages that use OwnedValuedModelPart 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 OwnedValuedModelPart in org.hibernate.metamodel.mapping
Subinterfaces of OwnedValuedModelPart in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
AggregatedIdentifierMapping
An "aggregated" composite identifier, which is another way to say that the identifier is represented as an embeddable.interface
AttributeMapping
Describes an attribute at the mapping model level.interface
BasicEntityIdentifierMapping
Mapping for a simple, single-column identifierinterface
PluralAttributeMapping
Mapping of a plural (collection-valued) attributeinterface
SingularAttributeMapping
Mapping for a singular (non-collection) attribute. -
Uses of OwnedValuedModelPart in org.hibernate.metamodel.mapping.internal
Subinterfaces of OwnedValuedModelPart in org.hibernate.metamodel.mapping.internal Modifier and Type Interface Description interface
SingleAttributeIdentifierMapping
Classes in org.hibernate.metamodel.mapping.internal that implement OwnedValuedModelPart Modifier and Type Class Description class
AbstractAttributeMapping
class
AbstractSingularAttributeMapping
class
AbstractStateArrayContributorMapping
class
BasicAttributeMapping
class
BasicEntityIdentifierMappingImpl
Mapping of a simple identifierclass
DiscriminatedAssociationAttributeMapping
Singular, any-valued attributeclass
EmbeddedAttributeMapping
class
EmbeddedIdentifierMappingImpl
Support forEmbeddedId
class
InverseNonAggregatedIdentifierMapping
The inverse part of a "non-aggregated" composite identifier.class
PluralAttributeMappingImpl
class
ToOneAttributeMapping
class
VirtualEmbeddedAttributeMapping
-
Uses of OwnedValuedModelPart in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement OwnedValuedModelPart Modifier and Type Class Description class
AnonymousTupleBasicEntityIdentifierMapping
class
AnonymousTupleBasicValuedModelPart
class
AnonymousTupleEmbeddedEntityIdentifierMapping
-