| Package | Description |
|---|---|
| org.seasar.doma |
Provides annotations and exceptions.
|
| 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.query |
Provides query objects that build SQL statements.
|
| Modifier and Type | Method and Description |
|---|---|
static FetchType |
FetchType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FetchType[] |
FetchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectBuilder.fetch(FetchType fetchType)
Set the fetch type.
|
| Modifier and Type | Method and Description |
|---|---|
FetchType |
CriteriaQuery.getFetchType() |
| Modifier and Type | Field and Description |
|---|---|
protected FetchType |
AbstractSelectQuery.fetchType |
| Modifier and Type | Method and Description |
|---|---|
FetchType |
CountQuery.getFetchType() |
FetchType |
SelectQuery.getFetchType() |
FetchType |
AbstractSelectQuery.getFetchType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSelectQuery.setFetchType(FetchType fetchType) |