| Package | Description |
|---|---|
| org.seasar.doma.jdbc |
Provides JDBC related interfaces and classes.
|
| org.seasar.doma.jdbc.criteria.query |
Provides the SQL queries and builders.
|
| org.seasar.doma.jdbc.query |
Provides query objects that build SQL statements.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlExecutionSkipCause |
SqlExecutionSkipCause.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SqlExecutionSkipCause[] |
SqlExecutionSkipCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJdbcLogger.logSqlExecutionSkipping(java.lang.String callerClassName,
java.lang.String callerMethodName,
SqlExecutionSkipCause cause) |
void |
JdbcLogger.logSqlExecutionSkipping(java.lang.String callerClassName,
java.lang.String callerMethodName,
SqlExecutionSkipCause cause)
Logs a skip of an SQL execution.
|
protected void |
AbstractJdbcLogger.logSqlExecutionSkipping(java.lang.String callerClassName,
java.lang.String callerMethodName,
SqlExecutionSkipCause cause,
LEVEL level,
java.util.function.Supplier<java.lang.String> messageSupplier) |
| Modifier and Type | Method and Description |
|---|---|
SqlExecutionSkipCause |
CriteriaQuery.getSqlExecutionSkipCause() |
| Modifier and Type | Field and Description |
|---|---|
protected SqlExecutionSkipCause |
AutoModifyQuery.sqlExecutionSkipCause |
protected SqlExecutionSkipCause |
SqlFileBatchModifyQuery.sqlExecutionSkipCause |
protected SqlExecutionSkipCause |
SqlFileModifyQuery.sqlExecutionSkipCause |
protected SqlExecutionSkipCause |
AutoBatchModifyQuery.sqlExecutionSkipCause |
| Modifier and Type | Method and Description |
|---|---|
SqlExecutionSkipCause |
SqlModifyQuery.getSqlExecutionSkipCause() |
SqlExecutionSkipCause |
AutoModifyQuery.getSqlExecutionSkipCause() |
SqlExecutionSkipCause |
SqlFileBatchModifyQuery.getSqlExecutionSkipCause() |
SqlExecutionSkipCause |
BatchModifyQuery.getSqlExecutionSkipCause() |
SqlExecutionSkipCause |
SqlFileModifyQuery.getSqlExecutionSkipCause() |
SqlExecutionSkipCause |
AutoBatchModifyQuery.getSqlExecutionSkipCause() |
SqlExecutionSkipCause |
ModifyQuery.getSqlExecutionSkipCause() |
SqlExecutionSkipCause |
SqlBatchModifyQuery.getSqlExecutionSkipCause() |