Class SetBinder
java.lang.Object
org.hibernate.boot.model.internal.CollectionBinder
org.hibernate.boot.model.internal.SetBinder
-
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
ConstructorsConstructorDescriptionSetBinder
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, boolean sorted, MetadataBuildingContext buildingContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection
createCollection
(PersistentClass persistentClass) Methods inherited from class org.hibernate.boot.model.internal.CollectionBinder
bindCollection, bindManyToManyInverseForeignKey, bindOneToManySecondPass, bindStarToManySecondPass, getBuildingContext, isHibernateExtensionMapping, mappingDefinedAttributeOverrideOnElement, setIsHibernateExtensionMapping
-
Constructor Details
-
SetBinder
public SetBinder(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, boolean sorted, MetadataBuildingContext buildingContext)
-
-
Method Details
-
createCollection
- Specified by:
createCollection
in classCollectionBinder
-