Uses of Record Class
org.hibernate.query.sqm.mutation.internal.inline.InlineUpdateHandler.TableUpdater
Packages that use InlineUpdateHandler.TableUpdater
-
Uses of InlineUpdateHandler.TableUpdater in org.hibernate.query.sqm.mutation.internal.inline
Methods in org.hibernate.query.sqm.mutation.internal.inline that return types with arguments of type InlineUpdateHandler.TableUpdaterModifier and TypeMethodDescriptionprotected List
<InlineUpdateHandler.TableUpdater> InlineUpdateHandler.getTableUpdaters()
Methods in org.hibernate.query.sqm.mutation.internal.inline with parameters of type InlineUpdateHandler.TableUpdaterModifier and TypeMethodDescriptionprotected JdbcOperationQueryMutation
InlineUpdateHandler.createTableInsert
(InlineUpdateHandler.TableUpdater tableUpdater, List<Expression> inListExpressions, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext) protected JdbcOperationQueryMutation
InlineUpdateHandler.createTableUpdate
(InlineUpdateHandler.TableUpdater tableUpdater, List<Expression> inListExpressions, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext)