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 AttributeMappingsListEntityMappingType.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 classfinal classDeprecated.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 AttributeMappingsListAbstractEntityPersister.staticFetchableListMethods in org.hibernate.persister.entity that return AttributeMappingsListModifier and TypeMethodDescriptionAbstractEntityPersister.getAttributeMappings()protected AttributeMappingsListAbstractEntityPersister.getStaticFetchableList() -
Uses of AttributeMappingsList in org.hibernate.query.sqm.tuple.internal
Methods in org.hibernate.query.sqm.tuple.internal that return AttributeMappingsListModifier and TypeMethodDescriptionAnonymousTupleEmbeddableValuedModelPart.getAttributeMappings()AnonymousTupleEntityValuedModelPart.getAttributeMappings()