Uses of Class
org.hibernate.persister.collection.OneToManyPersister
-
Packages that use OneToManyPersister Package Description org.hibernate.persister.collection.mutation Defines support for performing mutation operations against collections. -
-
Uses of OneToManyPersister in org.hibernate.persister.collection.mutation
Constructors in org.hibernate.persister.collection.mutation with parameters of type OneToManyPersister Constructor Description DeleteRowsCoordinatorTablePerSubclass(OneToManyPersister mutationTarget, RowMutationOperations rowMutationOperations, boolean deleteByIndex, ServiceRegistry serviceRegistry)
InsertRowsCoordinatorTablePerSubclass(OneToManyPersister mutationTarget, RowMutationOperations rowMutationOperations, ServiceRegistry serviceRegistry)
RemoveCoordinatorTablePerSubclass(OneToManyPersister mutationTarget, OperationProducer operationProducer, ServiceRegistry serviceRegistry)
Creates the coordinator.UpdateRowsCoordinatorTablePerSubclass(OneToManyPersister mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory)
-