Uses of Enum Class
org.seasar.doma.jdbc.SqlExecutionSkipCause
Packages that use SqlExecutionSkipCause
Package
Description
Provides JDBC related interfaces and classes.
Provides the SQL queries and builders.
Provides query objects that build and execute SQL statements.
-
Uses of SqlExecutionSkipCause in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc that return SqlExecutionSkipCauseModifier and TypeMethodDescriptionstatic SqlExecutionSkipCauseReturns the enum constant of this class with the specified name.static SqlExecutionSkipCause[]SqlExecutionSkipCause.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 SqlExecutionSkipCauseModifier and TypeMethodDescriptionvoidAbstractJdbcLogger.logSqlExecutionSkipping(String callerClassName, String callerMethodName, SqlExecutionSkipCause cause) protected voidAbstractJdbcLogger.logSqlExecutionSkipping(String callerClassName, String callerMethodName, SqlExecutionSkipCause cause, LEVEL level, Supplier<String> messageSupplier) voidJdbcLogger.logSqlExecutionSkipping(String callerClassName, String callerMethodName, SqlExecutionSkipCause cause) Logs a skip of an SQL execution. -
Uses of SqlExecutionSkipCause in org.seasar.doma.jdbc.criteria.query
Methods in org.seasar.doma.jdbc.criteria.query that return SqlExecutionSkipCause -
Uses of SqlExecutionSkipCause in org.seasar.doma.jdbc.query
Fields in org.seasar.doma.jdbc.query declared as SqlExecutionSkipCauseModifier and TypeFieldDescriptionprotected SqlExecutionSkipCauseAutoBatchModifyQuery.sqlExecutionSkipCauseThe cause of SQL execution skip if the query is not executable.protected SqlExecutionSkipCauseAutoModifyQuery.sqlExecutionSkipCauseThe cause if SQL execution should be skipped.protected SqlExecutionSkipCauseSqlFileBatchModifyQuery.sqlExecutionSkipCauseThe cause for skipping SQL execution, if applicable.protected SqlExecutionSkipCauseSqlFileModifyQuery.sqlExecutionSkipCauseThe cause for skipping SQL execution, if applicable.Methods in org.seasar.doma.jdbc.query that return SqlExecutionSkipCauseModifier and TypeMethodDescriptionAutoBatchModifyQuery.getSqlExecutionSkipCause()Returns the cause of SQL execution skip if the query is not executable.AutoModifyQuery.getSqlExecutionSkipCause()Returns the cause if SQL execution should be skipped.BatchModifyQuery.getSqlExecutionSkipCause()Returns the cause if SQL execution should be skipped.ModifyQuery.getSqlExecutionSkipCause()Returns the cause if SQL execution should be skipped.SqlBatchModifyQuery.getSqlExecutionSkipCause()Returns the cause if SQL execution should be skipped.SqlFileBatchModifyQuery.getSqlExecutionSkipCause()Returns the cause if SQL execution should be skipped.SqlFileModifyQuery.getSqlExecutionSkipCause()Returns the cause if SQL execution should be skipped.SqlModifyQuery.getSqlExecutionSkipCause()Returns the cause if SQL execution should be skipped.