Uses of Interface
org.hibernate.metamodel.mapping.AttributeMetadata
Packages that use AttributeMetadata
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 AttributeMetadata in org.hibernate.metamodel.mapping
Subinterfaces of AttributeMetadata 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
Mapping for a simple, single-column identifierMethods in org.hibernate.metamodel.mapping that return AttributeMetadataModifier and TypeMethodDescriptionAttributeMapping.getAttributeMetadata()
Access to AttributeMetadata -
Uses of AttributeMetadata in org.hibernate.metamodel.mapping.internal
Subinterfaces of AttributeMetadata in org.hibernate.metamodel.mapping.internalModifier and TypeInterfaceDescriptioninterface
org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping