| Package | Description |
|---|---|
| no.g9.support |
| Modifier and Type | Field and Description |
|---|---|
static EFindMethod |
EFindMethod.CRITERIA
The criteria find method, using a tree of criterions.
|
static EFindMethod |
EFindMethod.CUSTOM
The custom find method.
|
static EFindMethod |
EFindMethod.DEFAULT
The default find method, using key properties.
|
static EFindMethod |
EFindMethod.EXAMPLE
The example find method, using query by example.
|
static EFindMethod |
EFindMethod.QUERY
The query find method, using a query (possibly with query arguments).
|
| Modifier and Type | Method and Description |
|---|---|
EFindMethod |
FindData.getFindMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
FindData.setFindMethod(EFindMethod findMethod)
Controls the method used by the persistence layer for finding instances
in the database.
|
Copyright © 2006–2020 Esito AS. All rights reserved.