Uses of Class
org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupSingleTable
-
Packages that use PreparedStatementGroupSingleTable Package Description org.hibernate.engine.jdbc.mutation.internal -
-
Uses of PreparedStatementGroupSingleTable in org.hibernate.engine.jdbc.mutation.internal
Methods in org.hibernate.engine.jdbc.mutation.internal that return PreparedStatementGroupSingleTable Modifier and Type Method Description protected abstract PreparedStatementGroupSingleTable
AbstractSingleMutationExecutor. getStatementGroup()
protected PreparedStatementGroupSingleTable
MutationExecutorSingleBatched. getStatementGroup()
protected PreparedStatementGroupSingleTable
MutationExecutorSingleNonBatched. getStatementGroup()
-