Uses of Interface
org.hibernate.metamodel.mapping.AttributeMappingsList
-
Packages that use AttributeMappingsList Package Description org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived -
-
Uses of AttributeMappingsList in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return AttributeMappingsList Modifier and Type Method Description default AttributeMappingsList
EntityMappingType. getAttributeMappings()
The attributes mapping for this entity, including those declared on supertype mappingsAttributeMappingsList
ManagedMappingType. 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 AttributeMappingsList Modifier and Type Class Description class
ImmutableAttributeMappingList
class
MutableAttributeMappingList
Deprecated.Please get rid of it: such collections should be immutable.Methods in org.hibernate.metamodel.mapping.internal that return AttributeMappingsList Modifier and Type Method Description AttributeMappingsList
ImmutableAttributeMappingList.Builder. build()
AttributeMappingsList
AbstractEmbeddableMapping. getAttributeMappings()
-
Uses of AttributeMappingsList in org.hibernate.persister.entity
Fields in org.hibernate.persister.entity declared as AttributeMappingsList Modifier and Type Field Description protected AttributeMappingsList
AbstractEntityPersister. staticFetchableList
Methods in org.hibernate.persister.entity that return AttributeMappingsList Modifier and Type Method Description AttributeMappingsList
AbstractEntityPersister. getAttributeMappings()
protected AttributeMappingsList
AbstractEntityPersister. getStaticFetchableList()
-
Uses of AttributeMappingsList in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return AttributeMappingsList Modifier and Type Method Description AttributeMappingsList
AnonymousTupleEmbeddableValuedModelPart. getAttributeMappings()
AttributeMappingsList
AnonymousTupleEntityValuedModelPart. getAttributeMappings()
-