Uses of Class
org.hibernate.persister.collection.AbstractCollectionPersister
Packages that use AbstractCollectionPersister
Package
Description
This package abstracts persistence mechanisms for collections.
Defines support for performing mutation operations against collections.
-
Uses of AbstractCollectionPersister in org.hibernate.persister.collection
Subclasses of AbstractCollectionPersister in org.hibernate.persister.collectionModifier and TypeClassDescriptionclassclass -
Uses of AbstractCollectionPersister in org.hibernate.persister.collection.mutation
Methods in org.hibernate.persister.collection.mutation that return AbstractCollectionPersisterConstructors in org.hibernate.persister.collection.mutation with parameters of type AbstractCollectionPersisterModifierConstructorDescriptionAbstractUpdateRowsCoordinator(AbstractCollectionPersister mutationTarget, SessionFactoryImplementor sessionFactory) DeleteRowsCoordinatorStandard(AbstractCollectionPersister mutationTarget, RowMutationOperations rowMutationOperations, boolean deleteByIndex, ServiceRegistry serviceRegistry) InsertRowsCoordinatorStandard(AbstractCollectionPersister mutationTarget, RowMutationOperations rowMutationOperations, ServiceRegistry serviceRegistry) RemoveCoordinatorStandard(AbstractCollectionPersister mutationTarget, RowMutationOperations mutationOperations, ServiceRegistry serviceRegistry) Creates the coordinator.UpdateRowsCoordinatorHistory(AbstractCollectionPersister mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory, boolean[] indexColumnIsSettable, boolean[] elementColumnIsSettable, UnaryOperator<Object> indexIncrementer) UpdateRowsCoordinatorStandard(AbstractCollectionPersister mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory) UpdateRowsCoordinatorTemporal(AbstractCollectionPersister mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory) WriteIndexCoordinatorStandard(AbstractCollectionPersister mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory)