Uses of Class
org.seasar.doma.internal.jdbc.sql.node.PopulateNode
Packages that use PopulateNode
Package
Description
Internal implementation details for the Doma framework.
Provides JDBC related interfaces and classes.
Provides query objects that build and execute SQL statements.
-
Uses of PopulateNode in org.seasar.doma.internal.jdbc.sql
Fields in org.seasar.doma.internal.jdbc.sql with type parameters of type PopulateNodeModifier and TypeFieldDescriptionprotected final BiConsumer<PopulateNode,SqlContext> NodePreparedSqlBuilder.valuesPopulaterMethods in org.seasar.doma.internal.jdbc.sql with parameters of type PopulateNodeModifier and TypeMethodDescriptionNodePreparedSqlBuilder.visitPopulateNode(PopulateNode node, org.seasar.doma.internal.jdbc.sql.NodePreparedSqlBuilder.Context p) SimpleSqlNodeVisitor.visitPopulateNode(PopulateNode node, P p) Constructor parameters in org.seasar.doma.internal.jdbc.sql with type arguments of type PopulateNodeModifierConstructorDescriptionNodePreparedSqlBuilder(Config config, SqlKind kind, String sqlFilePath, ExpressionEvaluator evaluator, SqlLogType sqlLogType, Function<ExpandNode, List<String>> columnsExpander, BiConsumer<PopulateNode, SqlContext> valuesPopulater) NodePreparedSqlBuilder(Config config, SqlKind kind, String sqlFilePath, ExpressionEvaluator evaluator, SqlLogType sqlLogType, Function<ExpandNode, List<String>> columnsExpander, BiConsumer<PopulateNode, SqlContext> valuesPopulater, BiFunction<ExpandNode, String, List<String>> aggregateColumnsExpander) -
Uses of PopulateNode in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc with parameters of type PopulateNode -
Uses of PopulateNode in org.seasar.doma.jdbc.query
Methods in org.seasar.doma.jdbc.query with parameters of type PopulateNodeModifier and TypeMethodDescriptionprotected voidAbstractSelectQuery.populateValues(PopulateNode node, SqlContext context) Populates values for the specified node in the SQL context.protected voidSqlFileBatchModifyQuery.populateValues(PopulateNode node, SqlContext context) Populates values in the SQL context.protected voidSqlFileBatchUpdateQuery.populateValues(PopulateNode node, SqlContext context) Populates values in the SQL context.protected voidSqlFileModifyQuery.populateValues(PopulateNode node, SqlContext context) Populates values in the SQL context.protected voidSqlFileUpdateQuery.populateValues(PopulateNode node, SqlContext context) Populates values in the SQL context.