Uses of Class
org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.AdditionalInsertValues
-
Packages that use BaseSqmToSqlAstConverter.AdditionalInsertValues Package Description org.hibernate.query.sqm.mutation.internal org.hibernate.query.sqm.sql Package for the translation of SQM into SQL AST -
-
Uses of BaseSqmToSqlAstConverter.AdditionalInsertValues in org.hibernate.query.sqm.mutation.internal
Methods in org.hibernate.query.sqm.mutation.internal that return BaseSqmToSqlAstConverter.AdditionalInsertValues Modifier and Type Method Description BaseSqmToSqlAstConverter.AdditionalInsertValues
MultiTableSqmMutationConverter. visitInsertionTargetPaths(BiConsumer<Assignable,List<ColumnReference>> targetColumnReferenceConsumer, SqmInsertStatement<?> sqmStatement, EntityPersister entityDescriptor, TableGroup tableGroup, MultiTableSqmMutationConverter.SqmParameterResolutionConsumer parameterResolutionConsumer)
Specialized hook to visit the assignments defined by the update SQM allow "listening" for each SQL assignment. -
Uses of BaseSqmToSqlAstConverter.AdditionalInsertValues in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return BaseSqmToSqlAstConverter.AdditionalInsertValues Modifier and Type Method Description BaseSqmToSqlAstConverter.AdditionalInsertValues
BaseSqmToSqlAstConverter. visitInsertionTargetPaths(BiConsumer<Assignable,List<ColumnReference>> targetColumnReferenceConsumer, SqmInsertStatement<?> sqmStatement, EntityPersister entityDescriptor, TableGroup rootTableGroup)
-