Uses of Class
org.hibernate.sql.model.ast.ColumnValueParameterList
Packages that use ColumnValueParameterList
Package
Description
This package abstracts persistence mechanisms for collections.
SQL AST extensions for model mutations.
Support for building
TableMutation
references for persisting entity mutation events-
Uses of ColumnValueParameterList in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection with parameters of type ColumnValueParameterListModifier and TypeMethodDescriptionprotected void
AbstractCollectionPersister.applyKeyRestrictions
(MutatingTableReference tableReference, ColumnValueParameterList parameterList, List<ColumnValueBinding> restrictionBindings) -
Uses of ColumnValueParameterList in org.hibernate.sql.model.ast
Constructors in org.hibernate.sql.model.ast with parameters of type ColumnValueParameterListModifierConstructorDescriptionColumnValueBindingList
(MutatingTableReference mutatingTable, ColumnValueParameterList parameters, ParameterUsage parameterUsage) -
Uses of ColumnValueParameterList in org.hibernate.sql.model.ast.builder
Methods in org.hibernate.sql.model.ast.builder that return ColumnValueParameterListModifier and TypeMethodDescriptionprotected ColumnValueParameterList
AbstractTableMutationBuilder.getParameters()