Serialized Form
-
Package org.seasar.doma
-
Exception org.seasar.doma.DomaException
class DomaException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
args
Object args
the message arguments -
messageResource
MessageResource messageResource
the message resource
-
-
Exception org.seasar.doma.DomaIllegalArgumentException
class DomaIllegalArgumentException extends DomaException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.DomaNullPointerException
class DomaNullPointerException extends DomaException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
parameterName
String parameterName
the parameter name that corresponds to the argument
-
-
-
Package org.seasar.doma.internal
-
Exception org.seasar.doma.internal.WrapException
class WrapException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.seasar.doma.internal.expr
-
Exception org.seasar.doma.internal.expr.ExpressionException
class ExpressionException extends DomaException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.seasar.doma.internal.jdbc.command
-
Exception org.seasar.doma.internal.jdbc.command.ResultSetIterator.SQLRuntimeException
class SQLRuntimeException extends RuntimeException implements Serializable
-
-
Package org.seasar.doma.internal.jdbc.scalar
-
Exception org.seasar.doma.internal.jdbc.scalar.ScalarException
class ScalarException extends DomaException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.seasar.doma.jdbc
-
Exception org.seasar.doma.jdbc.BatchOptimisticLockException
class BatchOptimisticLockException extends OptimisticLockException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.BatchSqlExecutionException
class BatchSqlExecutionException extends SqlExecutionException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.BatchUniqueConstraintException
class BatchUniqueConstraintException extends UniqueConstraintException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.ConfigException
class ConfigException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.DaoMethodNotFoundException
class DaoMethodNotFoundException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.DuplicateColumnException
class DuplicateColumnException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.JdbcException
class JdbcException extends DomaException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.JdbcUnsupportedOperationException
class JdbcUnsupportedOperationException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.NonSingleColumnException
class NonSingleColumnException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.NonUniqueResultException
class NonUniqueResultException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.NoResultException
class NoResultException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.OptimisticLockException
class OptimisticLockException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.ResultMappingException
class ResultMappingException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.ScriptException
class ScriptException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.ScriptFileNotFoundException
class ScriptFileNotFoundException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
path
String path
the script file path
-
-
Class org.seasar.doma.jdbc.SelectOptions
class SelectOptions extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
aliases
String[] aliases
-
count
boolean count
-
countSize
long countSize
-
forUpdateType
SelectForUpdateType forUpdateType
-
limit
long limit
-
offset
long offset
-
waitSeconds
int waitSeconds
-
-
Exception org.seasar.doma.jdbc.SqlExecutionException
class SqlExecutionException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.SqlFileNotFoundException
class SqlFileNotFoundException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
path
String path
the SQL file path
-
-
Exception org.seasar.doma.jdbc.UniqueConstraintException
class UniqueConstraintException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.UnknownColumnAdditionalInfoException
class UnknownColumnAdditionalInfoException extends UnknownColumnException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalInfo
String additionalInfo
-
-
Exception org.seasar.doma.jdbc.UnknownColumnException
class UnknownColumnException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.seasar.doma.jdbc.criteria.statement
-
Exception org.seasar.doma.jdbc.criteria.statement.EmptyWhereClauseException
class EmptyWhereClauseException extends JdbcException implements Serializable-
Serialized Fields
-
sql
Sql<?> sql
-
-
-
-
Package org.seasar.doma.jdbc.domain
-
Exception org.seasar.doma.jdbc.domain.DomainTypeNotFoundException
class DomainTypeNotFoundException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.seasar.doma.jdbc.entity
-
Exception org.seasar.doma.jdbc.entity.EntityPropertyAccessException
class EntityPropertyAccessException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.entity.EntityPropertyNotDefinedException
class EntityPropertyNotDefinedException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.entity.EntityPropertyNotFoundException
class EntityPropertyNotFoundException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.entity.EntityTypeNotFoundException
class EntityTypeNotFoundException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.entity.OriginalStatesAccessException
class OriginalStatesAccessException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.entity.OriginalStatesNotFoundException
class OriginalStatesNotFoundException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.seasar.doma.jdbc.tx
-
Exception org.seasar.doma.jdbc.tx.SavepointAlreadyExistsException
class SavepointAlreadyExistsException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
savepointName
String savepointName
-
-
Exception org.seasar.doma.jdbc.tx.SavepointNotFoundException
class SavepointNotFoundException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
savepointName
String savepointName
-
-
Exception org.seasar.doma.jdbc.tx.TransactionAlreadyBegunException
class TransactionAlreadyBegunException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-
Exception org.seasar.doma.jdbc.tx.TransactionNotYetBegunException
class TransactionNotYetBegunException extends JdbcException implements Serializable- serialVersionUID:
- 1L
-