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.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement AttributeMappingsListModifier and TypeClassDescriptionfinal class
final class
Deprecated.Please get rid of it: such collections should be immutable.Methods in org.hibernate.metamodel.mapping.internal that return AttributeMappingsListModifier and TypeMethodDescriptionImmutableAttributeMappingList.Builder.build()
AbstractEmbeddableMapping.getAttributeMappings()
-
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()
-
Uses of AttributeMappingsList in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return AttributeMappingsListModifier and TypeMethodDescriptionAnonymousTupleEmbeddableValuedModelPart.getAttributeMappings()
AnonymousTupleEntityValuedModelPart.getAttributeMappings()