Uses of Enum Class
org.seasar.doma.jdbc.SqlKind
Packages that use SqlKind
Package
Description
Internal implementation details for the Doma framework.
Provides JDBC related interfaces and classes.
Provides criteria query statements.
Provides query objects that build and execute SQL statements.
-
Uses of SqlKind in org.seasar.doma.internal.jdbc.sql
Fields in org.seasar.doma.internal.jdbc.sql declared as SqlKindModifier and TypeFieldDescriptionprotected final SqlKindCallableSqlBuilder.kindprotected final SqlKindNodePreparedSqlBuilder.kindprotected final SqlKindPreparedSqlBuilder.kindConstructors in org.seasar.doma.internal.jdbc.sql with parameters of type SqlKindModifierConstructorDescriptionCallableSqlBuilder(Config config, SqlKind kind, String moduleName, List<SqlParameter> parameters, SqlLogType sqlLogType) CallableSqlBuilder(Config config, SqlKind kind, String moduleName, List<SqlParameter> parameters, SqlLogType sqlLogType, ResultParameter<?> resultParameter) NodePreparedSqlBuilder(Config config, SqlKind kind, String sqlFilePath) NodePreparedSqlBuilder(Config config, SqlKind kind, String sqlFilePath, ExpressionEvaluator evaluator, SqlLogType sqlLogType) NodePreparedSqlBuilder(Config config, SqlKind kind, String sqlFilePath, ExpressionEvaluator evaluator, SqlLogType sqlLogType, Function<ExpandNode, List<String>> columnsExpander) NodePreparedSqlBuilder(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) PreparedSqlBuilder(Config config, SqlKind kind, SqlLogType sqlLogType) -
Uses of SqlKind in org.seasar.doma.jdbc
Fields in org.seasar.doma.jdbc declared as SqlKindModifier and TypeFieldDescriptionprotected final SqlKindAbstractSql.kindprotected final SqlKindNonSingleColumnException.kindprotected final SqlKindNonUniqueResultException.kindprotected final SqlKindNoResultException.kindprotected final SqlKindOptimisticLockException.kindprotected final SqlKindResultMappingException.kindprotected final SqlKindSqlExecutionException.kindprotected final SqlKindUniqueConstraintException.kindprotected final SqlKindUnknownColumnException.kindMethods in org.seasar.doma.jdbc that return SqlKindModifier and TypeMethodDescriptionAbstractSql.getKind()NonSingleColumnException.getKind()Returns the SQL kind.NonUniqueResultException.getKind()Returns the SQL kind.NoResultException.getKind()Returns the SQL kind.OptimisticLockException.getKind()Returns the SQL kind.ResultMappingException.getKind()Returns the SQL kind.Sql.getKind()Returns the kind of the SQL.SqlExecutionException.getKind()Returns the SQL kind.UniqueConstraintException.getKind()Returns the SQL kind.UnknownColumnException.getKind()Returns the SQL kind.static SqlKindReturns the enum constant of this class with the specified name.static SqlKind[]SqlKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.seasar.doma.jdbc with parameters of type SqlKindModifierConstructorDescriptionprotectedAbstractSql(SqlKind kind, CharSequence rawSql, CharSequence formattedSql, String sqlFilePath, List<? extends P> parameters, SqlLogType sqlLogType, Function<String, String> commenter) BatchOptimisticLockException(SqlLogType logType, SqlKind kind, String rawSql, String sqlFilePath) BatchSqlExecutionException(SqlLogType logType, SqlKind kind, String rawSql, String sqlFilePath, Throwable cause, Throwable rootCause) BatchUniqueConstraintException(SqlLogType logType, SqlKind kind, String rawSql, String sqlFilePath, Throwable cause) CallableSql(SqlKind kind, CharSequence rawSql, CharSequence formattedSql, List<? extends SqlParameter> parameters, SqlLogType sqlLogType, Function<String, String> converter) NonSingleColumnException(SqlLogType logType, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath) NonUniqueResultException(SqlLogType logType, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath) NoResultException(SqlLogType logType, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath) OptimisticLockException(SqlLogType logType, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath) protectedOptimisticLockException(MessageResource messageCode, SqlKind kind, String rawSql, String sqlFilePath) PreparedSql(SqlKind kind, CharSequence rawSql, CharSequence formattedSql, String sqlFilePath, List<? extends InParameter<?>> parameters, SqlLogType sqlLogType) PreparedSql(SqlKind kind, CharSequence rawSql, CharSequence formattedSql, String sqlFilePath, List<? extends InParameter<?>> parameters, SqlLogType sqlLogType, Function<String, String> commenter) ResultMappingException(SqlLogType logType, String entityClassName, List<String> unmappedPropertyNames, List<String> expectedColumnNames, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath) SqlExecutionException(SqlLogType logType, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath, Throwable cause, Throwable rootCause) protectedSqlExecutionException(MessageResource messageCode, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath, Throwable cause, Throwable rootCause) UniqueConstraintException(SqlLogType logType, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath, Throwable cause) protectedUniqueConstraintException(MessageResource messageCode, SqlKind kind, String rawSql, String sqlFilePath, Throwable cause) UnknownColumnException(SqlLogType logType, String columnName, String expectedPropertyName, String entityClassName, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath) protectedUnknownColumnException(MessageResource messageCode, Object[] args, String columnName, String expectedPropertyName, String entityClassName, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath) -
Uses of SqlKind in org.seasar.doma.jdbc.criteria.statement
Methods in org.seasar.doma.jdbc.criteria.statement that return SqlKindConstructors in org.seasar.doma.jdbc.criteria.statement with parameters of type SqlKind -
Uses of SqlKind in org.seasar.doma.jdbc.query
Fields in org.seasar.doma.jdbc.query declared as SqlKindModifier and TypeFieldDescriptionprotected final SqlKindSqlBatchModifyQuery.kindThe SQL kind (INSERT, UPDATE, or DELETE).protected final SqlKindSqlFileBatchModifyQuery.kindThe SQL kind (INSERT, UPDATE, or DELETE).protected final SqlKindSqlFileModifyQuery.kindThe SQL kind (INSERT, UPDATE, or DELETE).protected final SqlKindSqlModifyQuery.kindThe SQL kind (INSERT, UPDATE, or DELETE).Constructors in org.seasar.doma.jdbc.query with parameters of type SqlKindModifierConstructorDescriptionprotectedSqlBatchModifyQuery(SqlKind kind) Constructs a new instance with the specified SQL kind.protectedSqlFileBatchModifyQuery(Class<ELEMENT> elementClass, SqlKind kind) Constructs a new instance with the specified element class and SQL kind.protectedSqlFileModifyQuery(SqlKind kind) Constructs a new instance with the specified SQL kind.protectedSqlModifyQuery(SqlKind kind) Constructs a new instance with the specified SQL kind.