Uses of Interface
org.hibernate.action.queue.spi.decompose.collection.CollectionJdbcOperations.Restrictions
Packages that use CollectionJdbcOperations.Restrictions
-
Uses of CollectionJdbcOperations.Restrictions in org.hibernate.action.queue.spi.decompose.collection
Methods in org.hibernate.action.queue.spi.decompose.collection that return CollectionJdbcOperations.RestrictionsModifier and TypeMethodDescriptionCollectionJdbcOperations.DeleteRowPlan.restrictions()Returns the value of therestrictionsrecord component.CollectionJdbcOperations.UpdateRowPlan.restrictions()Returns the value of therestrictionsrecord component.Constructors in org.hibernate.action.queue.spi.decompose.collection with parameters of type CollectionJdbcOperations.RestrictionsModifierConstructorDescriptionDeleteRowPlan(MutationOperation jdbcOperation, CollectionJdbcOperations.Restrictions restrictions) Creates an instance of aDeleteRowPlanrecord class.UpdateRowPlan(MutationOperation jdbcOperation, CollectionJdbcOperations.Values values, CollectionJdbcOperations.Restrictions restrictions) Creates an instance of aUpdateRowPlanrecord class.