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 AttributeMappingsListEntityMappingType. getAttributeMappings()The attributes mapping for this entity, including those declared on supertype mappingsAttributeMappingsListManagedMappingType. 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 classImmutableAttributeMappingListclassMutableAttributeMappingListDeprecated.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 AttributeMappingsListImmutableAttributeMappingList.Builder. build()AttributeMappingsListAbstractEmbeddableMapping. getAttributeMappings() -
Uses of AttributeMappingsList in org.hibernate.persister.entity
Fields in org.hibernate.persister.entity declared as AttributeMappingsList Modifier and Type Field Description protected AttributeMappingsListAbstractEntityPersister. staticFetchableListMethods in org.hibernate.persister.entity that return AttributeMappingsList Modifier and Type Method Description AttributeMappingsListAbstractEntityPersister. getAttributeMappings()protected AttributeMappingsListAbstractEntityPersister. getStaticFetchableList() -
Uses of AttributeMappingsList in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return AttributeMappingsList Modifier and Type Method Description AttributeMappingsListAnonymousTupleEmbeddableValuedModelPart. getAttributeMappings()AttributeMappingsListAnonymousTupleEntityValuedModelPart. getAttributeMappings()
-