| Package | Description |
|---|---|
| org.seasar.doma.jdbc |
Provides JDBC related interfaces and classes.
|
| org.seasar.doma.jdbc.criteria.statement |
Provides criteria query statements.
|
| org.seasar.doma.jdbc.query |
Provides query objects that build SQL statements.
|
| Modifier and Type | Field and Description |
|---|---|
protected SqlKind |
ResultMappingException.kind |
protected SqlKind |
AbstractSql.kind |
protected SqlKind |
UniqueConstraintException.kind |
protected SqlKind |
OptimisticLockException.kind |
protected SqlKind |
NonSingleColumnException.kind |
protected SqlKind |
SqlExecutionException.kind |
protected SqlKind |
UnknownColumnException.kind |
protected SqlKind |
NonUniqueResultException.kind |
protected SqlKind |
NoResultException.kind |
| Modifier and Type | Method and Description |
|---|---|
SqlKind |
ResultMappingException.getKind()
Returns the SQL kind.
|
SqlKind |
AbstractSql.getKind() |
SqlKind |
UniqueConstraintException.getKind()
Returns the SQL kind.
|
SqlKind |
OptimisticLockException.getKind()
Returns the SQL kind.
|
SqlKind |
NonSingleColumnException.getKind()
Returns the SQL kind.
|
SqlKind |
Sql.getKind()
Returns the kind of the SQL.
|
SqlKind |
SqlExecutionException.getKind()
Returns the SQL kind.
|
SqlKind |
UnknownColumnException.getKind()
Returns the SQL kind.
|
SqlKind |
NonUniqueResultException.getKind()
Returns the SQL kind.
|
SqlKind |
NoResultException.getKind()
Returns the SQL kind.
|
static SqlKind |
SqlKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SqlKind[] |
SqlKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractSql(SqlKind kind,
java.lang.CharSequence rawSql,
java.lang.CharSequence formattedSql,
java.lang.String sqlFilePath,
java.util.List<? extends P> parameters,
SqlLogType sqlLogType,
java.util.function.Function<java.lang.String,java.lang.String> commenter) |
BatchOptimisticLockException(SqlLogType logType,
SqlKind kind,
java.lang.String rawSql,
java.lang.String sqlFilePath) |
BatchSqlExecutionException(SqlLogType logType,
SqlKind kind,
java.lang.String rawSql,
java.lang.String sqlFilePath,
java.lang.Throwable cause,
java.lang.Throwable rootCause) |
BatchUniqueConstraintException(SqlLogType logType,
SqlKind kind,
java.lang.String rawSql,
java.lang.String sqlFilePath,
java.lang.Throwable cause) |
CallableSql(SqlKind kind,
java.lang.CharSequence rawSql,
java.lang.CharSequence formattedSql,
java.util.List<? extends SqlParameter> parameters,
SqlLogType sqlLogType,
java.util.function.Function<java.lang.String,java.lang.String> converter) |
NonSingleColumnException(SqlLogType logType,
SqlKind kind,
java.lang.String rawSql,
java.lang.String formattedSql,
java.lang.String sqlFilePath) |
NonUniqueResultException(SqlLogType logType,
SqlKind kind,
java.lang.String rawSql,
java.lang.String formattedSql,
java.lang.String sqlFilePath) |
NoResultException(SqlLogType logType,
SqlKind kind,
java.lang.String rawSql,
java.lang.String formattedSql,
java.lang.String sqlFilePath) |
OptimisticLockException(MessageResource messageCode,
SqlKind kind,
java.lang.String rawSql,
java.lang.String sqlFilePath) |
OptimisticLockException(SqlLogType logType,
SqlKind kind,
java.lang.String rawSql,
java.lang.String formattedSql,
java.lang.String sqlFilePath) |
PreparedSql(SqlKind kind,
java.lang.CharSequence rawSql,
java.lang.CharSequence formattedSql,
java.lang.String sqlFilePath,
java.util.List<? extends InParameter<?>> parameters,
SqlLogType sqlLogType) |
PreparedSql(SqlKind kind,
java.lang.CharSequence rawSql,
java.lang.CharSequence formattedSql,
java.lang.String sqlFilePath,
java.util.List<? extends InParameter<?>> parameters,
SqlLogType sqlLogType,
java.util.function.Function<java.lang.String,java.lang.String> commenter) |
ResultMappingException(SqlLogType logType,
java.lang.String entityClassName,
java.util.List<java.lang.String> unmappedPropertyNames,
java.util.List<java.lang.String> expectedColumnNames,
SqlKind kind,
java.lang.String rawSql,
java.lang.String formattedSql,
java.lang.String sqlFilePath) |
SqlExecutionException(MessageResource messageCode,
SqlKind kind,
java.lang.String rawSql,
java.lang.String formattedSql,
java.lang.String sqlFilePath,
java.lang.Throwable cause,
java.lang.Throwable rootCause) |
SqlExecutionException(SqlLogType logType,
SqlKind kind,
java.lang.String rawSql,
java.lang.String formattedSql,
java.lang.String sqlFilePath,
java.lang.Throwable cause,
java.lang.Throwable rootCause) |
UniqueConstraintException(MessageResource messageCode,
SqlKind kind,
java.lang.String rawSql,
java.lang.String sqlFilePath,
java.lang.Throwable cause) |
UniqueConstraintException(SqlLogType logType,
SqlKind kind,
java.lang.String rawSql,
java.lang.String formattedSql,
java.lang.String sqlFilePath,
java.lang.Throwable cause) |
UnknownColumnException(SqlLogType logType,
java.lang.String columnName,
java.lang.String expectedPropertyName,
java.lang.String entityClassName,
SqlKind kind,
java.lang.String rawSql,
java.lang.String formattedSql,
java.lang.String sqlFilePath) |
| Modifier and Type | Method and Description |
|---|---|
SqlKind |
EmptySql.getKind() |
| Constructor and Description |
|---|
EmptySql(SqlKind sqlKind) |
| Modifier and Type | Field and Description |
|---|---|
protected SqlKind |
SqlModifyQuery.kind |
protected SqlKind |
SqlFileBatchModifyQuery.kind |
protected SqlKind |
SqlFileModifyQuery.kind |
protected SqlKind |
SqlBatchModifyQuery.kind |
| Constructor and Description |
|---|
SqlBatchModifyQuery(SqlKind kind) |
SqlFileBatchModifyQuery(java.lang.Class<ELEMENT> elementClass,
SqlKind kind) |
SqlFileModifyQuery(SqlKind kind) |
SqlModifyQuery(SqlKind kind) |