|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RestoreQuery | |
|---|---|
| com.uwyn.rife.cmf.dam | Provides classes and interfaces for the database access management of the content management framework. |
| com.uwyn.rife.database.querymanagers.generic | Provides classes and interfaces for the persistance framework. |
| Uses of RestoreQuery in com.uwyn.rife.cmf.dam |
|---|
| Methods in com.uwyn.rife.cmf.dam with parameters of type RestoreQuery | |
|---|---|
List<T> |
ContentQueryManager.restore(RestoreQuery query)
Restores all beans from a RestoreQuery. |
T |
ContentQueryManager.restoreFirst(RestoreQuery query)
Restores the first bean from a RestoreQuery. |
| Uses of RestoreQuery in com.uwyn.rife.database.querymanagers.generic |
|---|
| Methods in com.uwyn.rife.database.querymanagers.generic that return RestoreQuery | |
|---|---|
RestoreQuery |
RestoreQuery.clone()
|
RestoreQuery |
RestoreQuery.distinctOn(String column)
|
RestoreQuery |
RestoreQuery.distinctOn(String[] columns)
|
RestoreQuery |
RestoreQuery.field(String field)
|
RestoreQuery |
RestoreQuery.field(String alias,
Select query)
|
RestoreQuery |
RestoreQuery.fields(Class bean)
|
RestoreQuery |
RestoreQuery.fields(String... fields)
|
RestoreQuery |
RestoreQuery.fields(String table,
Class bean)
|
RestoreQuery |
RestoreQuery.fieldsExcluded(Class bean,
String... excluded)
|
RestoreQuery |
RestoreQuery.fieldsExcluded(String table,
Class bean,
String... excluded)
|
RestoreQuery |
RestoreQuery.fieldSubselect(Select query)
|
RestoreQuery |
GenericQueryManager.getRestoreQuery()
Get the base query used to restore beans. |
RestoreQuery |
GenericQueryManagerDelegate.getRestoreQuery()
|
RestoreQuery |
GenericQueryManager.getRestoreQuery(int objectId)
Get the base query used to restore a single identifed bean. |
RestoreQuery |
GenericQueryManagerDelegate.getRestoreQuery(int objectId)
|
RestoreQuery |
RestoreQuery.join(String table)
|
RestoreQuery |
RestoreQuery.joinCross(String table)
|
RestoreQuery |
RestoreQuery.joinCustom(String customJoin)
|
RestoreQuery |
RestoreQuery.joinInner(String table,
Select.JoinCondition condition,
String conditionExpression)
|
RestoreQuery |
RestoreQuery.joinOuter(String table,
Select.JoinType type,
Select.JoinCondition condition,
String conditionExpression)
|
RestoreQuery |
RestoreQuery.limit(int limit)
|
RestoreQuery |
RestoreQuery.offset(int offset)
|
RestoreQuery |
RestoreQuery.orderBy(String column)
|
RestoreQuery |
RestoreQuery.orderBy(String column,
Select.OrderByDirection direction)
|
RestoreQuery |
RestoreQuery.union(Select union)
|
RestoreQuery |
RestoreQuery.union(String union)
|
| Methods in com.uwyn.rife.database.querymanagers.generic with parameters of type RestoreQuery | |
|---|---|
List<BeanType> |
GenericQueryManager.restore(RestoreQuery query)
Restore a list of beans that match the provided RestoreQuery. |
List<T> |
GenericQueryManagerDelegate.restore(RestoreQuery query)
|
boolean |
GenericQueryManager.restore(RestoreQuery query,
DbRowProcessor rowProcessor)
Restore a list of beans that match the provided RestoreQuery
and process with the DbRowProcessor. |
boolean |
GenericQueryManagerDelegate.restore(RestoreQuery query,
DbRowProcessor rowProcessor)
|
BeanType |
GenericQueryManager.restoreFirst(RestoreQuery query)
Restore the first bean that matches the RestoreQuery. |
T |
GenericQueryManagerDelegate.restoreFirst(RestoreQuery query)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||