Uses of Class
org.seasar.doma.jdbc.JdbcException
Packages that use JdbcException
Package
Description
Provides JDBC related interfaces and classes.
Provides criteria query statements.
Provides the classes that are related to domains.
Provides classes and interfaces for entity mapping and lifecycle management.
Provides transaction related classes.
-
Uses of JdbcException in org.seasar.doma.jdbc
Subclasses of JdbcException in org.seasar.doma.jdbcModifier and TypeClassDescriptionclassThrown to indicate that optimistic locking is failed in a batch processing.classThrown to indicate that a batch processing is failed.classThrown to indicate that an unique constraint violation occurs in a batch processing.classThrown to indicate that there is an inadequate configuration in aConfigobject.classThrown to indicate that the DAO method is not found.classThrown to indicate that a column is duplicated in a result set.classThrown to indicate that a JDBC related unsupported method is invoked.classThrown 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.classThrown 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.classThrown to indicate that the number of fetched rows is expected more than 0, but actually it is 0.classThrown to indicate that optimistic locking is failed.classThrown to indicate that all properties in an entity are not mapped to columns in a result set.classThrown to indicate that the one of SQL statements in a script file throws an exception.classThrown to indicate that a script file is not found.classThrown to indicate that the SQL execution is failed.classThrown to indicate that the SQL file is not found.classThrown to indicate that an unique constraint violation occurs.classclassThrown to indicate that there is the column that is unknown to an entity. -
Uses of JdbcException in org.seasar.doma.jdbc.criteria.statement
Subclasses of JdbcException in org.seasar.doma.jdbc.criteria.statement -
Uses of JdbcException in org.seasar.doma.jdbc.domain
Subclasses of JdbcException in org.seasar.doma.jdbc.domainModifier and TypeClassDescriptionclassThrown to indicate that the domain description is not found. -
Uses of JdbcException in org.seasar.doma.jdbc.entity
Subclasses of JdbcException in org.seasar.doma.jdbc.entityModifier and TypeClassDescriptionclassException thrown when access to an entity property fails.classException thrown when a property is referenced but not defined in an entity class.classException thrown when a property is not found in an entity class.classException thrown when an entity type implementation is not found.classThrown to indicate that the access to the filed that is annotated withOriginalStatesis failed.classException thrown when a field annotated withOriginalStatesis not found in an entity. -
Uses of JdbcException in org.seasar.doma.jdbc.tx
Subclasses of JdbcException in org.seasar.doma.jdbc.txModifier and TypeClassDescriptionclassThrown to indicate that a save point already exists.classThrown to indicate that a save point is not found.classThrown to indicate that a transaction is already begun.classThrown to indicate that a transaction is not yet begun.