Uses of Class
org.hibernate.engine.jdbc.mutation.spi.BindingGroup
Packages that use BindingGroup
Package
Description
Package defining support for executing mutation SQL statements produced by an
entity persister or
collection
persister.
-
Uses of BindingGroup in org.hibernate.engine.jdbc.mutation
Methods in org.hibernate.engine.jdbc.mutation that return BindingGroupModifier and TypeMethodDescriptionJdbcValueBindings.getBindingGroup
(String tableName) Get the bindings for the specific table, ornull
-
Uses of BindingGroup in org.hibernate.engine.jdbc.mutation.internal
Methods in org.hibernate.engine.jdbc.mutation.internal that return BindingGroup