Class ListBinder
java.lang.Object
org.hibernate.boot.model.internal.CollectionBinder
org.hibernate.boot.model.internal.ListBinder
- Direct Known Subclasses:
ArrayBinder
- Author:
- Matthew Inger, Emmanuel Bernard
-
Field Summary
Fields inherited from class org.hibernate.boot.model.internal.CollectionBinder
collection, foreignJoinColumns, hasMapKeyProperty, indexColumn, inheritanceStatePerClass, inverseJoinColumns, isEmbedded, localGenerators, mapKeyColumns, mapKeyManyToManyColumns, mapKeyPropertyName, notFoundAction, onDeleteAction, property, propertyHolder, propertyName -
Constructor Summary
ConstructorsConstructorDescriptionListBinder(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, MetadataBuildingContext buildingContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected CollectioncreateCollection(PersistentClass owner) voidsetSqlOrderBy(OrderBy orderByAnn) Methods inherited from class org.hibernate.boot.model.internal.CollectionBinder
adjustUserSuppliedValueCollectionOrderingFragment, bind, bindCollection, bindManyToManyInverseForeignKey, bindOneToManySecondPass, bindStarToManySecondPass, getBuildingContext, getCollection, getCollectionBinder, getCustomTypeBeanResolver, getNotFoundAction, isHibernateExtensionMapping, isMap, mappingDefinedAttributeOverrideOnElement, resolveCustomType, setAccessType, setCache, setCascadeStrategy, setComparatorSort, setDeclaringClass, setElementColumns, setElementType, setEmbedded, setExplicitAssociationTable, setFkJoinColumns, setIndexColumn, setInheritanceStatePerClass, setInsertable, setInverseJoinColumns, setIsHibernateExtensionMapping, setJoinColumns, setJpaOrderBy, setLocalGenerators, setMapKey, setMapKeyColumns, setMapKeyManyToManyColumns, setMappedBy, setNaturalSort, setNotFoundAction, setOnDeleteActionAction, setOneToMany, setProperty, setPropertyHolder, setPropertyName, setQueryCacheLayout, setSqlOrder, setTableBinder, setTargetEntity, setUpdatable
-
Constructor Details
-
ListBinder
public ListBinder(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, MetadataBuildingContext buildingContext)
-
-
Method Details
-
createCollection
- Specified by:
createCollectionin classCollectionBinder
-
setSqlOrderBy
- Overrides:
setSqlOrderByin classCollectionBinder
-
getSecondPass
-