Uses of Interface
org.hibernate.metamodel.mapping.PropertyBasedMapping
Packages that use PropertyBasedMapping
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 PropertyBasedMapping in org.hibernate.metamodel.mapping
Subinterfaces of PropertyBasedMapping in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterface
An "aggregated" composite identifier, which is another way to say that the identifier is represented as an embeddable.interface
Describes an attribute at the mapping model level.interface
Mapping for a simple, single-column identifierinterface
Mapping of a plural (collection-valued) attributeinterface
Mapping for a singular (non-collection) attribute. -
Uses of PropertyBasedMapping in org.hibernate.metamodel.mapping.internal
Subinterfaces of PropertyBasedMapping in org.hibernate.metamodel.mapping.internalModifier and TypeInterfaceDescriptioninterface
org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping