Uses of Class
org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
-
Packages that use PluralAttributeMappingImpl Package Description org.hibernate.metamodel.mapping.internal -
-
Uses of PluralAttributeMappingImpl in org.hibernate.metamodel.mapping.internal
Method parameters in org.hibernate.metamodel.mapping.internal with type arguments of type PluralAttributeMappingImpl Modifier and Type Method Description static PluralAttributeMapping
MappingModelCreationHelper. buildPluralAttributeMapping(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, FetchMode fetchMode, MappingModelCreationProcess creationProcess, Function<PluralAttributeMappingImpl,PluralAttributeMappingImpl> mappingConverter)
For Hibernate Reactivestatic PluralAttributeMapping
MappingModelCreationHelper. buildPluralAttributeMapping(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, FetchMode fetchMode, MappingModelCreationProcess creationProcess, Function<PluralAttributeMappingImpl,PluralAttributeMappingImpl> mappingConverter)
For Hibernate ReactiveConstructors in org.hibernate.metamodel.mapping.internal with parameters of type PluralAttributeMappingImpl Constructor Description PluralAttributeMappingImpl(PluralAttributeMappingImpl original)
For Hibernate Reactive
-