| Package | Description |
|---|---|
| org.seasar.doma |
Provides annotations and exceptions.
|
| org.seasar.doma.jdbc |
Provides JDBC related interfaces and classes.
|
| org.seasar.doma.jdbc.criteria.statement |
Provides criteria query statements.
|
| org.seasar.doma.jdbc.domain |
Provides the classes that are related to domains.
|
| org.seasar.doma.jdbc.entity |
Provides the classes that are related to entities.
|
| org.seasar.doma.jdbc.tx |
Provides transaction related classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DomaIllegalArgumentException
Thrown to indicate that the argument does not meet any preconditions in the method.
|
class |
DomaNullPointerException
Thrown to indicate that an argument is
null and it does not allow in the method. |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchOptimisticLockException
Thrown to indicate that optimistic locking is failed in a batch processing.
|
class |
BatchSqlExecutionException
Thrown to indicate that a batch processing is failed.
|
class |
BatchUniqueConstraintException
Thrown to indicate that an unique constraint violation occurs in a batch processing.
|
class |
ConfigException
Thrown to indicate that there is an inadequate configuration in a
Config object. |
class |
DaoMethodNotFoundException
Thrown to indicate that the DAO method is not found.
|
class |
JdbcException
Thrown to indicate a JDBC related error.
|
class |
JdbcUnsupportedOperationException
Thrown to indicate that a JDBC related unsupported method is invoked.
|
class |
NonSingleColumnException
Thrown to indicate that the number of fetched column is expected less than or equal to 1, but
actually it is greater than or equal to 2.
|
class |
NonUniqueResultException
Thrown to indicate that the number of fetched rows is expected less than or equal to 1, but
actually it is greater than or equal to 2.
|
class |
NoResultException
Thrown to indicate that the number of fetched rows is expected more than 0, but actually it is 0.
|
class |
OptimisticLockException
Thrown to indicate that optimistic locking is failed.
|
class |
ResultMappingException
Thrown to indicate that all properties in an entity are not mapped to columns in a result set.
|
class |
ScriptException
Thrown to indicate that the one of SQL statements in a script file throws an exception.
|
class |
ScriptFileNotFoundException
Thrown to indicate that a script file is not found.
|
class |
SqlExecutionException
Thrown to indicate that the SQL execution is failed.
|
class |
SqlFileNotFoundException
Thrown to indicate that the SQL file is not found.
|
class |
UniqueConstraintException
Thrown to indicate that an unique constraint violation occurs.
|
class |
UnknownColumnException
Thrown to indicate that there is the column that is unknown to an entity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyWhereClauseException |
| Modifier and Type | Class and Description |
|---|---|
class |
DomainTypeNotFoundException
Thrown to indicate that the domain description is not found.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntityPropertyAccessException
Thrown to indicate that the access to an entity property is failed.
|
class |
EntityPropertyNotDefinedException
Thrown to indicate that a property is not defined in an entity.
|
class |
EntityPropertyNotFoundException
Thrown to indicate that a property is not found in an entity.
|
class |
EntityTypeNotFoundException
Thrown to indicate that an entity description is not found.
|
class |
OriginalStatesAccessException
Thrown to indicate that the access to the filed that is annotated with
OriginalStates is
failed. |
class |
OriginalStatesNotFoundException
Thrown to indicate that the field that is annotated with
OriginalStates is not found in
an entity. |
| Modifier and Type | Class and Description |
|---|---|
class |
SavepointAlreadyExistsException
Thrown to indicate that a save point already exists.
|
class |
SavepointNotFoundException
Thrown to indicate that a save point is not found.
|
class |
TransactionAlreadyBegunException
Thrown to indicate that a transaction is already begun.
|
class |
TransactionNotYetBegunException
Thrown to indicate that a transaction is not yet begun.
|