| Package | Description |
|---|---|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.querydefn | |
| com.avaje.ebeaninternal.server.util |
Server side Utility objects
|
| Modifier and Type | Method and Description |
|---|---|
SpiQuery.Type |
SpiQuery.getType()
Return the type of query (List, Set, Map, Bean, rowCount etc).
|
static SpiQuery.Type |
SpiQuery.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpiQuery.Type[] |
SpiQuery.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpiQuery.setType(SpiQuery.Type type)
Set the query type (List, Set etc).
|
| Modifier and Type | Method and Description |
|---|---|
SpiQuery.Type |
RelationalQueryRequest.getQueryType()
Return the type (List, Set or Map) that this fetch returns.
|
SpiQuery.Type |
OrmQueryRequest.getQueryType() |
| Modifier and Type | Method and Description |
|---|---|
SpiQuery.Type |
ManyType.getQueryType()
Return the matching Query type.
|
| Modifier and Type | Method and Description |
|---|---|
SpiQuery.Type |
DefaultOrmQuery.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOrmQuery.setType(SpiQuery.Type type) |
| Modifier and Type | Method and Description |
|---|---|
SpiQuery.Type |
BeanCollectionParams.getManyType()
Return the type Map Set or List.
|
| Constructor and Description |
|---|
BeanCollectionParams(SpiQuery.Type manyType)
Construct without a specific capacity.
|
Copyright © 2014. All Rights Reserved.