Package | Description |
---|---|
org.seasar.doma |
Provides annotations and exceptions.
|
org.seasar.doma.expr |
Provides class related to expressions.
|
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.command |
Provides classes and interfaces to execute SQL statements.
|
org.seasar.doma.jdbc.criteria |
Provides entry points for the Criteria API.
|
org.seasar.doma.jdbc.criteria.command |
Provides classes that execute SQL statements and handle the results.
|
org.seasar.doma.jdbc.criteria.context |
Provides contexts and settings used to build the criteria query statements.
|
org.seasar.doma.jdbc.criteria.declaration |
Provides classes that build the criteria query statements.
|
org.seasar.doma.jdbc.criteria.expression |
Provides classes that represent the SQL expressions.
|
org.seasar.doma.jdbc.criteria.metamodel |
Provides metamodels used to build the criteria query statements.
|
org.seasar.doma.jdbc.criteria.option |
Provides options used to build the criteria query statement.
|
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.criteria.tuple |
Provides classes that represent a row as a result of criteria query execution.
|
org.seasar.doma.jdbc.dialect |
Provides RDBMS dialects.
|
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.
|
org.seasar.doma.message |
Provides messages.
|
org.seasar.doma.wrapper |
Provides wrapper classes and visitor classes for them.
|