| Package | Description |
|---|---|
| org.seasar.doma.jdbc.command |
Provides classes and interfaces to execute SQL statements.
|
| org.seasar.doma.jdbc.query |
Provides query objects that build SQL statements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleCommand<QUERY extends ModuleQuery,RESULT> |
| Modifier and Type | Field and Description |
|---|---|
protected QUERY |
ModuleCommand.query |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FunctionQuery<RESULT> |
interface |
ProcedureQuery |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoFunctionQuery<RESULT> |
class |
AutoModuleQuery |
class |
AutoProcedureQuery |