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)
           
static
<T> UjoIterator<T>
UjoIterator.getInstance(Iterator<T> iterator)
           
static
<T extends OrmUjo>
UjoIterator<T>
UjoIterator.getInstance(Query<T> query)
           
 

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 property, OrmUjo value)
          Iterate property of values
 UjoIterator<UJO> Query.iterator()
          Create a new iterator by the query.
 



Copyright © 2012. All Rights Reserved.