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 MutableAttributeMappingListAbstractEmbeddableMapping. attributeMappingsMethods in org.hibernate.metamodel.mapping.internal with parameters of type MutableAttributeMappingList Modifier and Type Method Description protected booleanAbstractEmbeddableMapping. 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)
-