Uses of Interface
org.hibernate.metamodel.mapping.PropertyBasedMapping
-
Packages that use PropertyBasedMapping Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.query.derived -
-
Uses of PropertyBasedMapping in org.hibernate.metamodel.mapping
Subinterfaces of PropertyBasedMapping in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
AttributeMapping
Describes an attribute at the mapping model level.interface
BasicEntityIdentifierMapping
Mapping for a simple identifierinterface
PluralAttributeMapping
Mapping of a plural (collection-valued) attributeinterface
SingularAttributeMapping
Mapping for a singular (non-collection) attribute. -
Uses of PropertyBasedMapping in org.hibernate.metamodel.mapping.internal
Subinterfaces of PropertyBasedMapping in org.hibernate.metamodel.mapping.internal Modifier and Type Interface Description interface
SingleAttributeIdentifierMapping
Classes in org.hibernate.metamodel.mapping.internal that implement PropertyBasedMapping Modifier and Type Class Description class
AbstractAttributeMapping
class
AbstractSingularAttributeMapping
class
AbstractStateArrayContributorMapping
class
BasicAttributeMapping
class
BasicEntityIdentifierMappingImpl
class
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 PropertyBasedMapping in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement PropertyBasedMapping Modifier and Type Class Description class
AnonymousTupleBasicEntityIdentifierMapping
class
AnonymousTupleEmbeddedEntityIdentifierMapping
-