Uses of Class
org.seasar.doma.internal.expr.Value
Packages that use Value
Package
Description
Internal implementation details for the Doma framework.
Internal implementation details for the Doma framework.
Provides query objects that build and execute SQL statements.
-
Uses of Value in org.seasar.doma.internal.expr
Fields in org.seasar.doma.internal.expr with type parameters of type ValueMethods in org.seasar.doma.internal.expr that return ValueMethods in org.seasar.doma.internal.expr with parameters of type ValueModifier and TypeMethodDescriptionvoidvoidConstructor parameters in org.seasar.doma.internal.expr with type arguments of type ValueModifierConstructorDescriptionExpressionEvaluator(Map<String, Value> variableValues, ExpressionFunctions expressionFunctions, ClassHelper classHelper) -
Uses of Value in org.seasar.doma.internal.jdbc.sql
Methods in org.seasar.doma.internal.jdbc.sql that return ValueModifier and TypeMethodDescriptionNodePreparedSqlBuilder.BlankLineRemovalContext.removeValue(String variableName) NodePreparedSqlBuilder.DefaultContext.removeValue(String variableName) Methods in org.seasar.doma.internal.jdbc.sql with parameters of type Value -
Uses of Value in org.seasar.doma.jdbc.query
Fields in org.seasar.doma.jdbc.query with type parameters of type ValueModifier and TypeFieldDescriptionAbstractSelectQuery.parametersThe parameters for the query.SqlBatchModifyQuery.parametersThe parameters for the SQL statement, mapped by name.SqlFileModifyQuery.parametersThe parameters to be bound to the SQL statement.SqlModifyQuery.parametersThe parameters to be bound to the SQL statement.SqlProcessorQuery.parametersThe parameters to be bound to the SQL.Method parameters in org.seasar.doma.jdbc.query with type arguments of type ValueModifier and TypeMethodDescriptionvoidAbstractSelectQuery.addParameters(Map<String, Value> parameters) Adds multiple parameters to this query.