|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Interface of selectable collection. Selectable collections allows to selct its memebers using JSQL query
| Method Summary | |
java.util.Iterator |
iterator()
Get iterator through table records This iterator doesn't support remove() method. |
java.util.Iterator |
select(java.lang.Class cls,
java.lang.String predicate)
Select members of the collection using search predicate This iterator doesn't support remove() method. |
int |
size()
Get numebr of records in the table |
| Method Detail |
public java.util.Iterator iterator()
public java.util.Iterator select(java.lang.Class cls,
java.lang.String predicate)
cls - class of index memberspredicate - JSQL condition
public int size()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||