| 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)
Deprecated.
Use the method {@link #of(java.util.Collection) rather
|
static <T> UjoIterator<T> |
UjoIterator.getInstance(Iterator<T> iterator)
Deprecated.
Use the method
of(java.util.Iterator) rather |
static <T extends OrmUjo> |
UjoIterator.getInstance(Query<T> query)
Deprecated.
Use the method {@link #of(org.ujorm.orm.Query) rather
|
static <T> UjoIterator<T> |
UjoIterator.of(Collection<T> collection)
Create an instance
|
static <T> UjoIterator<T> |
UjoIterator.of(Iterator<T> iterator)
Create an instance
|
static <T extends OrmUjo> |
UjoIterator.of(Query<T> query)
Create an instance
|
| 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 key,
OrmUjo value)
Iterate key of values
|
UjoIterator<UJO> |
Query.iterator()
Create a new iterator by the query.
|
Copyright 2013, Pavel Ponec