|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntityQuery
This a HQL query that return enitities, ie. items. The items may be returned
in the form of data classes (DataQuery) or
in the form of item classes (ItemQuery).
ItemQuery,
DataQuery| Method Summary | |
|---|---|
void |
exclude(Include... excludes)
Specify options for which items to exclude from the result. |
Item |
getItemType()
The type of items the query returns. |
void |
include(Include... includes)
Specify options for which items to include in the result. |
boolean |
isIncluded(Include... includes)
Check which options are set for the items to include in the result |
| Methods inherited from interface org.proteios.core.query.HqlQuery |
|---|
isCachingResult, setCacheResult |
| Methods inherited from interface org.proteios.core.query.Query |
|---|
count, getFirstResult, getMaxResults, getQueryType, getRootAlias, group, groupPermanent, hasParameterValue, having, havingPermanent, isDistinct, isReadonly, isReturningTotalCount, join, joinPermanent, order, orderPermanent, reset, restrict, restrictPermanent, select, selectPermanent, setDistinct, setFirstResult, setMaxResults, setParameter, setPermanentParameter, setReturnTotalCount |
| Method Detail |
|---|
Item getItemType()
void include(Include... includes)
includes - An array of items that should be included
UnsupportedOperationException - If this operation isn't supported by
the implementationexclude(Include[])void exclude(Include... excludes)
excludes - An array of options that should be excluded
UnsupportedOperationException - If this operation isn't supported by
the implementationinclude(Include[])boolean isIncluded(Include... includes)
includes - The options to check
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||