Uses of Record Class
org.hibernate.action.queue.spi.decompose.collection.CollectionJdbcOperations.UpdateRowPlan
Packages that use CollectionJdbcOperations.UpdateRowPlan
-
Uses of CollectionJdbcOperations.UpdateRowPlan in org.hibernate.action.queue.spi.decompose.collection
Methods in org.hibernate.action.queue.spi.decompose.collection that return CollectionJdbcOperations.UpdateRowPlanModifier and TypeMethodDescriptionCollectionJdbcOperations.updateIndexPlan()Returns the value of theupdateIndexPlanrecord component.CollectionJdbcOperations.updateRowPlan()Returns the value of theupdateRowPlanrecord component.Constructors in org.hibernate.action.queue.spi.decompose.collection with parameters of type CollectionJdbcOperations.UpdateRowPlanModifierConstructorDescriptionCollectionJdbcOperations(CollectionMutationTarget target, TableDescriptor tableDescriptor, CollectionJdbcOperations.InsertRowPlan insertRowPlan, CollectionJdbcOperations.UpdateRowPlan updateRowPlan, CollectionJdbcOperations.UpdateRowPlan updateIndexPlan, CollectionJdbcOperations.DeleteRowPlan deleteRowPlan, MutationOperation removeOperation) Creates an instance of aCollectionJdbcOperationsrecord class.