Uses of Class
org.hibernate.metamodel.mapping.AttributeMappingsMap.Builder
-
Packages that use AttributeMappingsMap.Builder 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). -
-
Uses of AttributeMappingsMap.Builder in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return AttributeMappingsMap.Builder Modifier and Type Method Description static AttributeMappingsMap.Builder
AttributeMappingsMap. builder()
-