Uses of Record Class
org.hibernate.action.queue.spi.decompose.collection.CollectionJdbcOperations
Packages that use CollectionJdbcOperations
-
Uses of CollectionJdbcOperations in org.hibernate.action.queue.spi.decompose.collection
Methods in org.hibernate.action.queue.spi.decompose.collection that return CollectionJdbcOperationsModifier and TypeMethodDescriptionCollectionMutationPlanContributor.CollectionChangeContext.jdbcOperations()Returns the value of thejdbcOperationsrecord component.CollectionMutationPlanContributor.RowInsertContext.jdbcOperations()Returns the value of thejdbcOperationsrecord component.CollectionMutationPlanContributor.ValueChangeContext.jdbcOperations()Returns the value of thejdbcOperationsrecord component.Constructors in org.hibernate.action.queue.spi.decompose.collection with parameters of type CollectionJdbcOperationsModifierConstructorDescriptionCollectionChangeContext(CollectionPersister persister, CollectionTableDescriptor tableDescriptor, SessionFactoryImplementor factory, CollectionJdbcOperations jdbcOperations, PersistentCollection<?> collection, Object key, int ordinalBase) Creates an instance of aCollectionChangeContextrecord class.RowInsertContext(CollectionPersister persister, TableDescriptor tableDescriptor, SessionFactoryImplementor factory, CollectionJdbcOperations jdbcOperations, PersistentCollection<?> collection, Object key, Object rowValue, int rowPosition, int ordinalBase) Creates an instance of aRowInsertContextrecord class.ValueChangeContext(CollectionPersister persister, TableDescriptor tableDescriptor, CollectionJdbcOperations jdbcOperations, PersistentCollection<?> collection, Object key, int ordinalBase, SharedSessionContractImplementor session, CollectionChangeSet.ValueChange valueChange) Creates an instance of aValueChangeContextrecord class.