Uses of Class
org.hibernate.engine.jdbc.mutation.spi.Binding
-
Packages that use Binding Package Description org.hibernate.engine.jdbc.mutation.spi -
-
Uses of Binding in org.hibernate.engine.jdbc.mutation.spi
Methods in org.hibernate.engine.jdbc.mutation.spi that return types with arguments of type Binding Modifier and Type Method Description Set<Binding>
BindingGroup. getBindings()
The parameter bindingsMethod parameters in org.hibernate.engine.jdbc.mutation.spi with type arguments of type Binding Modifier and Type Method Description void
BindingGroup. forEachBinding(Consumer<Binding> action)
Visit each parameter binding
-