Uses of Class
org.hibernate.metamodel.mapping.internal.MutableAttributeMappingList
-
Packages that use MutableAttributeMappingList Package Description org.hibernate.metamodel.mapping.internal -
-
Uses of MutableAttributeMappingList in org.hibernate.metamodel.mapping.internal
Fields in org.hibernate.metamodel.mapping.internal declared as MutableAttributeMappingList Modifier and Type Field Description protected MutableAttributeMappingList
AbstractEmbeddableMapping. attributeMappings
Methods in org.hibernate.metamodel.mapping.internal with parameters of type MutableAttributeMappingList Modifier and Type Method Description protected boolean
AbstractEmbeddableMapping. inverseInitializeCallback(TableGroupProducer declaringTableGroupProducer, SelectableMappings selectableMappings, EmbeddableMappingType inverseMappingType, MappingModelCreationProcess creationProcess, ManagedMappingType declaringType, MutableAttributeMappingList mappings)
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type MutableAttributeMappingList Constructor Description AbstractEmbeddableMapping(MutableAttributeMappingList attributeMappings)
-