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