Uses of Interface
org.hibernate.metamodel.mapping.AttributeMappingsMap
Packages that use AttributeMappingsMap
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).
This package abstracts persistence mechanisms for entities.
-
Uses of AttributeMappingsMap in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return AttributeMappingsMapModifier and TypeMethodDescriptionAttributeMappingsMap.Builder.build()
EntityMappingType.getDeclaredAttributeMappings()
Get access to the attributes defined on this class - do not access attributes defined on the super -
Uses of AttributeMappingsMap in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement AttributeMappingsMapModifier and TypeClassDescriptionfinal class
final class
-
Uses of AttributeMappingsMap in org.hibernate.persister.entity
Fields in org.hibernate.persister.entity declared as AttributeMappingsMapModifier and TypeFieldDescriptionprotected AttributeMappingsMap
AbstractEntityPersister.declaredAttributeMappings
Methods in org.hibernate.persister.entity that return AttributeMappingsMap -
Uses of AttributeMappingsMap in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return AttributeMappingsMapModifier and TypeMethodDescriptionAnonymousTupleEntityValuedModelPart.getDeclaredAttributeMappings()