| Package | Description |
|---|---|
| org.ujorm.core | |
| org.ujorm.implementation.orm | |
| org.ujorm.orm |
The ORM support.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> UjoIterator<T> |
UjoIterator.getInstance(Collection<T> collection) |
static <T> UjoIterator<T> |
UjoIterator.getInstance(Iterator<T> iterator) |
static <T extends OrmUjo> |
UjoIterator.getInstance(Query<T> query) |
| Modifier and Type | Method and Description |
|---|---|
UjoIterator<ITEM> |
RelationToMany.of(UJO ujo)
An alias for the method of(Ujo).
|
| Modifier and Type | Method and Description |
|---|---|
UjoIterator<UJO> |
Query.iterate()
Deprecated.
Use
Query.iterator() instead of. |
<UJO extends OrmUjo> |
Session.iterateInternal(RelationToMany property,
OrmUjo value)
Iterate property of values
|
UjoIterator<UJO> |
Query.iterator()
Create a new iterator by the query.
|
Copyright 2013, Pavel Ponec