Class PrimitiveArrayBinder
java.lang.Object
org.hibernate.boot.model.internal.CollectionBinder
org.hibernate.boot.model.internal.ListBinder
org.hibernate.boot.model.internal.ArrayBinder
org.hibernate.boot.model.internal.PrimitiveArrayBinder
-
Field Summary
Fields inherited from class org.hibernate.boot.model.internal.CollectionBinder
collection, declaringClass, foreignJoinColumns, hasMapKeyProperty, indexColumn, inheritanceStatePerClass, inverseJoinColumns, isEmbedded, localGenerators, mapKeyColumns, mapKeyManyToManyColumns, mapKeyPropertyName, notFoundAction, onDeleteAction, property, propertyHolder, propertyName
-
Constructor Summary
ConstructorsConstructorDescriptionPrimitiveArrayBinder
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, MetadataBuildingContext buildingContext) -
Method Summary
Methods inherited from class org.hibernate.boot.model.internal.ListBinder
getSecondPass
Methods inherited from class org.hibernate.boot.model.internal.CollectionBinder
bindCollection, bindManyToManyInverseForeignKey, bindOneToManySecondPass, bindStarToManySecondPass, getBuildingContext, isHibernateExtensionMapping, mappingDefinedAttributeOverrideOnElement, setIsHibernateExtensionMapping
-
Constructor Details
-
PrimitiveArrayBinder
public PrimitiveArrayBinder(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, MetadataBuildingContext buildingContext)
-
-
Method Details
-
createCollection
- Overrides:
createCollection
in classArrayBinder
-