| Package | Description |
|---|---|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.query | |
| com.avaje.ebeaninternal.server.querydefn |
| Modifier and Type | Method and Description |
|---|---|
SpiQuery.Mode |
SpiQuery.getMode()
Return the query mode.
|
static SpiQuery.Mode |
SpiQuery.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpiQuery.Mode[] |
SpiQuery.Mode.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.setMode(SpiQuery.Mode m)
Set the query mode.
|
| Modifier and Type | Method and Description |
|---|---|
SpiQuery.Mode |
DbReadContext.getQueryMode()
Return the query mode.
|
| Modifier and Type | Method and Description |
|---|---|
SpiQuery.Mode |
CQuery.getQueryMode() |
| Constructor and Description |
|---|
SqlBeanLoad(DbReadContext ctx,
Class<?> type,
Object bean,
SpiQuery.Mode queryMode) |
| Modifier and Type | Method and Description |
|---|---|
SpiQuery.Mode |
DefaultOrmQuery.getMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOrmQuery.setMode(SpiQuery.Mode mode) |
Copyright © 2014. All Rights Reserved.