|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UjoIterator | |
|---|---|
| org.ujorm.core | |
| org.ujorm.implementation.orm | |
| org.ujorm.orm | The ORM support. |
| Uses of UjoIterator in org.ujorm.core |
|---|
| Methods in org.ujorm.core that return UjoIterator | ||
|---|---|---|
static
|
UjoIterator.getInstance(Collection<T> collection)
Deprecated. Use the method {@link #of(java.util.Collection) rather |
|
static
|
UjoIterator.getInstance(Iterator<T> iterator)
Deprecated. Use the method of(java.util.Iterator) rather |
|
static
|
UjoIterator.getInstance(Query<T> query)
Deprecated. Use the method {@link #of(org.ujorm.orm.Query) rather |
|
static
|
UjoIterator.of(Collection<T> collection)
Create an instance |
|
static
|
UjoIterator.of(Iterator<T> iterator)
Create an instance |
|
static
|
UjoIterator.of(Query<T> query)
Create an instance |
|
| Uses of UjoIterator in org.ujorm.implementation.orm |
|---|
| Methods in org.ujorm.implementation.orm that return UjoIterator | |
|---|---|
UjoIterator<ITEM> |
RelationToMany.of(UJO ujo)
An alias for the method of(Ujo). |
| Uses of UjoIterator in org.ujorm.orm |
|---|
| Methods in org.ujorm.orm that return UjoIterator | ||
|---|---|---|
UjoIterator<UJO> |
Query.iterate()
Deprecated. Use Query.iterator() instead of. |
|
|
Session.iterateInternal(RelationToMany key,
OrmUjo value)
Iterate key of values |
|
UjoIterator<UJO> |
Query.iterator()
Create a new iterator by the query. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||