Uses of Class
org.ujorm.core.UjoIterator

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
<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<T>
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<T>
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.
<UJO extends OrmUjo>
UjoIterator<UJO>
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