Uses of Record Class
org.hibernate.action.queue.spi.decompose.collection.CollectionJdbcOperations.DeleteRowPlan
Packages that use CollectionJdbcOperations.DeleteRowPlan
-
Uses of CollectionJdbcOperations.DeleteRowPlan in org.hibernate.action.queue.spi.decompose.collection
Methods in org.hibernate.action.queue.spi.decompose.collection that return CollectionJdbcOperations.DeleteRowPlanModifier and TypeMethodDescriptionCollectionMutationPlanContributor.buildDeleteRowPlan(CollectionMutationPlanContributor.DeleteRowPlanContext context, Supplier<CollectionJdbcOperations.DeleteRowPlan> standardPlanSupplier) Optionally replaces the mutation plan for deleting a single collection row.CollectionJdbcOperations.deleteRowPlan()Returns the value of thedeleteRowPlanrecord component.Method parameters in org.hibernate.action.queue.spi.decompose.collection with type arguments of type CollectionJdbcOperations.DeleteRowPlanModifier and TypeMethodDescriptionCollectionMutationPlanContributor.buildDeleteRowPlan(CollectionMutationPlanContributor.DeleteRowPlanContext context, Supplier<CollectionJdbcOperations.DeleteRowPlan> standardPlanSupplier) Optionally replaces the mutation plan for deleting a single collection row.Constructors in org.hibernate.action.queue.spi.decompose.collection with parameters of type CollectionJdbcOperations.DeleteRowPlanModifierConstructorDescriptionCollectionJdbcOperations(CollectionMutationTarget target, TableDescriptor tableDescriptor, CollectionJdbcOperations.InsertRowPlan insertRowPlan, CollectionJdbcOperations.UpdateRowPlan updateRowPlan, CollectionJdbcOperations.UpdateRowPlan updateIndexPlan, CollectionJdbcOperations.DeleteRowPlan deleteRowPlan, MutationOperation removeOperation) Creates an instance of aCollectionJdbcOperationsrecord class.