Uses of Enum Class
org.seasar.doma.jdbc.SqlLogType
Packages that use SqlLogType
Package
Description
Internal implementation details for the Doma framework.
Internal implementation details for the Doma framework.
Provides JDBC related interfaces and classes.
Provides classes to build dynamic SQL statements.
Provides classes and interfaces to execute SQL statements using the command pattern.
Provides contexts and settings used to build the criteria query statements.
Provides the SQL queries and builders.
Provides criteria query statements.
Provides query objects that build and execute SQL statements.
-
Uses of SqlLogType in org.seasar.doma.internal
Methods in org.seasar.doma.internal that return SqlLogType -
Uses of SqlLogType in org.seasar.doma.internal.jdbc.sql
Fields in org.seasar.doma.internal.jdbc.sql declared as SqlLogTypeModifier and TypeFieldDescriptionprotected final SqlLogTypeCallableSqlBuilder.sqlLogTypeprotected final SqlLogTypeNodePreparedSqlBuilder.sqlLogTypeprotected final SqlLogTypePreparedSqlBuilder.sqlLogTypeConstructors in org.seasar.doma.internal.jdbc.sql with parameters of type SqlLogTypeModifierConstructorDescriptionCallableSqlBuilder(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, 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 SqlLogType in org.seasar.doma.jdbc
Fields in org.seasar.doma.jdbc declared as SqlLogTypeMethods in org.seasar.doma.jdbc that return SqlLogTypeModifier and TypeMethodDescriptiondefault SqlLogTypeConfig.getExceptionSqlLogType()Returns the SQL log type that determines the SQL log format in exceptions.AbstractSql.getSqlLogType()Sql.getSqlLogType()Returns the type of the SQL log.static SqlLogTypeReturns the enum constant of this class with the specified name.static SqlLogType[]SqlLogType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.seasar.doma.jdbc with parameters of type SqlLogTypeModifier and TypeMethodDescriptionprotected static StringJdbcException.choiceSql(SqlLogType logType, String rawSql, String formattedSql) Chooses the SQL string for logging depending on the log typeSimpleConfigBuilder.exceptionSqlLogType(SqlLogType exceptionSqlLogType) Constructors in org.seasar.doma.jdbc with parameters of type SqlLogTypeModifierConstructorDescriptionprotectedAbstractSql(SqlKind kind, CharSequence rawSql, CharSequence formattedSql, String sqlFilePath, List<? extends P> parameters, SqlLogType sqlLogType, Function<String, String> commenter) BatchOptimisticLockException(SqlLogType logType, Sql<?> sql) BatchOptimisticLockException(SqlLogType logType, SqlKind kind, String rawSql, String sqlFilePath) BatchSqlExecutionException(SqlLogType logType, Sql<?> sql, Throwable cause, Throwable rootCause) BatchSqlExecutionException(SqlLogType logType, SqlKind kind, String rawSql, String sqlFilePath, Throwable cause, Throwable rootCause) BatchUniqueConstraintException(SqlLogType logType, Sql<?> sql, Throwable cause) 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) DuplicateColumnException(SqlLogType logType, String columnName, String rawSql, String formattedSql, String sqlFilePath) NonSingleColumnException(SqlLogType logType, Sql<?> sql) NonSingleColumnException(SqlLogType logType, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath) NonUniqueResultException(SqlLogType logType, Sql<?> sql) NonUniqueResultException(SqlLogType logType, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath) NoResultException(SqlLogType logType, Sql<?> sql) NoResultException(SqlLogType logType, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath) OptimisticLockException(SqlLogType logType, Sql<?> sql) OptimisticLockException(SqlLogType logType, SqlKind kind, String rawSql, String formattedSql, 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, Sql<?> sql, Throwable cause, Throwable rootCause) SqlExecutionException(SqlLogType logType, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath, Throwable cause, Throwable rootCause) UniqueConstraintException(SqlLogType logType, Sql<?> sql, Throwable cause) UniqueConstraintException(SqlLogType logType, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath, Throwable cause) UnknownColumnAdditionalInfoException(SqlLogType logType, UnknownColumnException exception, String additionalInfo) UnknownColumnException(SqlLogType logType, String columnName, String expectedPropertyName, String entityClassName, SqlKind kind, String rawSql, String formattedSql, String sqlFilePath) -
Uses of SqlLogType in org.seasar.doma.jdbc.builder
Methods in org.seasar.doma.jdbc.builder with parameters of type SqlLogTypeModifier and TypeMethodDescriptionvoidBatchDeleteExecutor.sqlLogType(SqlLogType sqlLogType) Sets the SQL log format.voidBatchInsertExecutor.sqlLogType(SqlLogType sqlLogType) Sets the SQL log format.voidBatchUpdateExecutor.sqlLogType(SqlLogType sqlLogType) Sets the SQL log format.voidDeleteBuilder.sqlLogType(SqlLogType sqlLogType) Sets the SQL log format.voidInsertBuilder.sqlLogType(SqlLogType sqlLogType) Sets the SQL log format.voidMapBatchInsertBuilder.sqlLogType(SqlLogType sqlLogType) Sets the SQL log format.voidMapInsertBuilder.sqlLogType(SqlLogType sqlLogType) voidSelectBuilder.sqlLogType(SqlLogType sqlLogType) Sets the SQL log format.voidUpdateBuilder.sqlLogType(SqlLogType sqlLogType) Sets the SQL log format. -
Uses of SqlLogType in org.seasar.doma.jdbc.command
Constructors in org.seasar.doma.jdbc.command with parameters of type SqlLogType -
Uses of SqlLogType in org.seasar.doma.jdbc.criteria.context
Methods in org.seasar.doma.jdbc.criteria.context that return SqlLogTypeMethods in org.seasar.doma.jdbc.criteria.context with parameters of type SqlLogTypeModifier and TypeMethodDescriptionvoidSettings.setSqlLogType(SqlLogType sqlLogType) Sets the SQL log type. -
Uses of SqlLogType in org.seasar.doma.jdbc.criteria.query
Methods in org.seasar.doma.jdbc.criteria.query that return SqlLogTypeConstructors in org.seasar.doma.jdbc.criteria.query with parameters of type SqlLogTypeModifierConstructorDescriptionDeleteBuilder(Config config, DeleteContext context, Function<String, String> commenter, SqlLogType sqlLogType) InsertBuilder(Config config, InsertContext context, Function<String, String> commenter, SqlLogType sqlLogType) SelectBuilder(Config config, SelectContext context, Function<String, String> commenter, SqlLogType sqlLogType) SetOperationBuilder(Config config, SetOperationContext<?> context, Function<String, String> commenter, SqlLogType sqlLogType) UpdateBuilder(Config config, UpdateContext context, Function<String, String> commenter, SqlLogType sqlLogType) -
Uses of SqlLogType in org.seasar.doma.jdbc.criteria.statement
Methods in org.seasar.doma.jdbc.criteria.statement that return SqlLogType -
Uses of SqlLogType in org.seasar.doma.jdbc.query
Fields in org.seasar.doma.jdbc.query declared as SqlLogTypeModifier and TypeFieldDescriptionprotected SqlLogTypeAbstractSelectQuery.sqlLogTypeThe SQL log type for this query.protected SqlLogTypeAutoBatchModifyQuery.sqlLogTypeThe SQL log type.protected SqlLogTypeAutoModifyQuery.sqlLogTypeThe SQL log type for this query.protected SqlLogTypeAutoModuleQuery.sqlLogTypeThe SQL log type for this module query.protected SqlLogTypeSqlBatchModifyQuery.sqlLogTypeThe SQL log type for this query.protected SqlLogTypeSqlFileBatchModifyQuery.sqlLogTypeThe SQL log type for this query.protected SqlLogTypeSqlFileModifyQuery.sqlLogTypeThe SQL log type for this query.protected SqlLogTypeSqlFileScriptQuery.sqlLogTypeThe SQL log type for this script query.protected SqlLogTypeSqlModifyQuery.sqlLogTypeThe SQL log type for this query.Methods in org.seasar.doma.jdbc.query that return SqlLogTypeModifier and TypeMethodDescriptionAbstractSelectQuery.getSqlLogType()Returns the SQL log type for this query.AutoBatchModifyQuery.getSqlLogType()Returns the SQL log type for this query.AutoModifyQuery.getSqlLogType()Returns the SQL log type for this query.AutoModuleQuery.getSqlLogType()Returns the SQL log type for this module query.BatchModifyQuery.getSqlLogType()Returns the SQL log type for this batch query.ModifyQuery.getSqlLogType()Returns the SQL log type for this query.ModuleQuery.getSqlLogType()Returns the SQL log type for this module query.ScriptQuery.getSqlLogType()Returns the SQL log type for this script query.SelectQuery.getSqlLogType()Returns the SQL log type for this query.SqlBatchModifyQuery.getSqlLogType()Returns the SQL log type for this batch query.SqlFileBatchModifyQuery.getSqlLogType()Returns the SQL log type for this batch query.SqlFileModifyQuery.getSqlLogType()Returns the SQL log type for this query.SqlFileScriptQuery.getSqlLogType()Returns the SQL log type for this script query.SqlModifyQuery.getSqlLogType()Returns the SQL log type for this query.Methods in org.seasar.doma.jdbc.query with parameters of type SqlLogTypeModifier and TypeMethodDescriptionvoidAbstractSelectQuery.setSqlLogType(SqlLogType sqlLogType) Sets the SQL log type for this query.voidAutoBatchModifyQuery.setSqlLogType(SqlLogType sqlLogType) Sets the SQL log type for this query.voidAutoModifyQuery.setSqlLogType(SqlLogType sqlLogType) Sets the SQL log type for this query.voidAutoModuleQuery.setSqlLogType(SqlLogType sqlLogType) Sets the SQL log type for this module query.voidSqlBatchModifyQuery.setSqlLogType(SqlLogType sqlLogType) Sets the SQL log type for this query.voidSqlFileBatchModifyQuery.setSqlLogType(SqlLogType sqlLogType) Sets the SQL log type for this query.voidSqlFileModifyQuery.setSqlLogType(SqlLogType sqlLogType) Sets the SQL log type for this query.voidSqlFileScriptQuery.setSqlLogType(SqlLogType sqlLogType) Sets the SQL log type for this script query.voidSqlModifyQuery.setSqlLogType(SqlLogType sqlLogType) Sets the SQL log type for this query.