|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CountQuery | |
|---|---|
| com.uwyn.rife.database.querymanagers.generic | Provides classes and interfaces for the persistance framework. |
| Uses of CountQuery in com.uwyn.rife.database.querymanagers.generic |
|---|
| Methods in com.uwyn.rife.database.querymanagers.generic that return CountQuery | |
|---|---|
CountQuery |
CountQuery.clone()
|
CountQuery |
GenericQueryManager.getCountQuery()
Get the base CountQuery used to count the number of beans
persisted under this manager |
CountQuery |
GenericQueryManagerDelegate.getCountQuery()
|
CountQuery |
CountQuery.join(String table)
|
CountQuery |
CountQuery.joinCross(String table)
|
CountQuery |
CountQuery.joinCustom(String customJoin)
|
CountQuery |
CountQuery.joinInner(String table,
Select.JoinCondition condition,
String conditionExpression)
|
CountQuery |
CountQuery.joinOuter(String table,
Select.JoinType type,
Select.JoinCondition condition,
String conditionExpression)
|
CountQuery |
CountQuery.union(Select union)
|
CountQuery |
CountQuery.union(String union)
|
| Methods in com.uwyn.rife.database.querymanagers.generic with parameters of type CountQuery | |
|---|---|
int |
GenericQueryManager.count(CountQuery query)
Count the number of beans persisted with a custom CountQuery. |
int |
GenericQueryManagerDelegate.count(CountQuery query)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||