| Package | Description |
|---|---|
| org.seasar.doma |
Provides annotations and exceptions.
|
| org.seasar.doma.jdbc |
Provides JDBC related interfaces and classes.
|
| org.seasar.doma.jdbc.builder |
Provides classes to build dynamic SQL statements.
|
| org.seasar.doma.jdbc.criteria.query |
Provides the SQL queries and builders.
|
| 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.id |
Provides classes that are related to identity generation of entity.
|
| org.seasar.doma.jdbc.query |
Provides query objects that build SQL statements.
|
| org.seasar.doma.jdbc.tx |
Provides transaction related classes.
|
| org.seasar.doma.jdbc.type |
Provides JDBC types.
|
| Class and Description |
|---|
| AccessLevel
Defines access levels in The Java Language.
|
| AnnotationTarget
Defines the locations where annotations may appear.
|
| DaoMethod
Indicates that the annotated annotation may be applied to methods of
Dao annotated
interfaces. |
| DomaException
The root exception in the Doma framework.
|
| EntityField
Indicates that an annotated annotation may be applied to fields of
Entity annotated
classes. |
| FetchType
Defines how to fetch rows from an SQL SELECT result set.
|
| GenerationType
Defines strategies to generate identifiers.
|
| MapKeyNamingType
Defines naming convention rules for the keys contained in a
Map<Object, String> object. |
| SelectType
Defines strategies for handling an object that is mapped to a result set.
|
| Class and Description |
|---|
| DomaException
The root exception in the Doma framework.
|
| MapKeyNamingType
Defines naming convention rules for the keys contained in a
Map<Object, String> object. |
| Class and Description |
|---|
| FetchType
Defines how to fetch rows from an SQL SELECT result set.
|
| MapKeyNamingType
Defines naming convention rules for the keys contained in a
Map<Object, String> object. |
| Class and Description |
|---|
| FetchType
Defines how to fetch rows from an SQL SELECT result set.
|
| Class and Description |
|---|
| DomaException
The root exception in the Doma framework.
|
| Class and Description |
|---|
| DomaException
The root exception in the Doma framework.
|
| Class and Description |
|---|
| DomaException
The root exception in the Doma framework.
|
| GenerationType
Defines strategies to generate identifiers.
|
| Class and Description |
|---|
| GenerationType
Defines strategies to generate identifiers.
|
| Class and Description |
|---|
| FetchType
Defines how to fetch rows from an SQL SELECT result set.
|
| Sql
Indicates a SQL template.
|
| Class and Description |
|---|
| DomaException
The root exception in the Doma framework.
|
| Class and Description |
|---|
| DomaNullPointerException
Thrown to indicate that an argument is
null and it does not allow in the method. |