Class InlineIdsInClauseBuilder


  • public class InlineIdsInClauseBuilder
    extends IdsClauseBuilder
    Builds the where IN clause that wraps the identifiers to be updated/deleted.
    • Constructor Detail

      • InlineIdsInClauseBuilder

        public InlineIdsInClauseBuilder​(Dialect dialect,
                                        Type identifierType,
                                        TypeResolver typeResolver,
                                        java.lang.String[] columns,
                                        java.util.List<java.lang.Object[]> ids)