Uses of Class
org.ujoframework.core.UjoIterator

Packages that use UjoIterator
org.ujoframework.core The core classes. 
org.ujoframework.orm The ORM support. 
 

Uses of UjoIterator in org.ujoframework.core
 

Methods in org.ujoframework.core that return UjoIterator
static
<T> UjoIterator<T>
UjoIterator.getInstance(java.util.Collection<T> collection)
           
static
<T> UjoIterator<T>
UjoIterator.getInstance(java.util.Iterator<T> iterator)
           
static
<T extends OrmUjo>
UjoIterator<T>
UjoIterator.getInstance(Query<T> query)
           
 

Uses of UjoIterator in org.ujoframework.orm
 

Methods in org.ujoframework.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 © 2010. All Rights Reserved.