Uses of Interface
org.hibernate.metamodel.mapping.AttributeMappingsMap
-
Packages that use AttributeMappingsMap 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 AttributeMappingsMap in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return AttributeMappingsMap Modifier and Type Method Description AttributeMappingsMap
AttributeMappingsMap.Builder. build()
AttributeMappingsMap
EntityMappingType. getDeclaredAttributeMappings()
Get access to the attributes defined on this class - do not access attributes defined on the super -
Uses of AttributeMappingsMap in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement AttributeMappingsMap Modifier and Type Class Description class
EmptyAttributeMappingsMap
class
ImmutableAttributeMappingsMap
-
Uses of AttributeMappingsMap in org.hibernate.persister.entity
Fields in org.hibernate.persister.entity declared as AttributeMappingsMap Modifier and Type Field Description protected AttributeMappingsMap
AbstractEntityPersister. declaredAttributeMappings
Methods in org.hibernate.persister.entity that return AttributeMappingsMap Modifier and Type Method Description AttributeMappingsMap
AbstractEntityPersister. getDeclaredAttributeMappings()
-
Uses of AttributeMappingsMap in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return AttributeMappingsMap Modifier and Type Method Description AttributeMappingsMap
AnonymousTupleEntityValuedModelPart. getDeclaredAttributeMappings()
-