Uses of Interface
org.hibernate.metamodel.mapping.AttributeMappingsList
Packages that use AttributeMappingsList
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 AttributeMappingsList in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return AttributeMappingsListModifier and TypeMethodDescriptiondefault AttributeMappingsList
EntityMappingType.getAttributeMappings()
The attributes mapping for this entity, including those declared on supertype mappingsManagedMappingType.getAttributeMappings()
Get access to the attributes defined on this class and any supers -
Uses of AttributeMappingsList in org.hibernate.persister.entity
Fields in org.hibernate.persister.entity declared as AttributeMappingsListModifier and TypeFieldDescriptionprotected AttributeMappingsList
AbstractEntityPersister.staticFetchableList
Methods in org.hibernate.persister.entity that return AttributeMappingsListModifier and TypeMethodDescriptionAbstractEntityPersister.getAttributeMappings()
protected AttributeMappingsList
AbstractEntityPersister.getStaticFetchableList()