Uses of Interface
org.objectweb.jorm.api.PNameIterator

Packages that use PNameIterator
org.objectweb.jorm.api   
org.objectweb.jorm.lib   
org.objectweb.jorm.mapper.fos.genclass   
org.objectweb.jorm.mapper.rdb.genclass   
 

Uses of PNameIterator in org.objectweb.jorm.api
 

Methods in org.objectweb.jorm.api that return PNameIterator
 PNameIterator PClassMapping.getPNameIterator(java.lang.Object conn, boolean withSubType, boolean prefetching, java.lang.Object txctx)
          It returns an iterator over all pname of persitent objects availlable in this class.
 

Uses of PNameIterator in org.objectweb.jorm.lib
 

Classes in org.objectweb.jorm.lib that implement PNameIterator
 class EmptyPNameIterator
           
 class Iterator2PNameIterator
          Convertes a simple iterator into a PNameIterator
 class MultiplePNameIterator
          is an implementation of the PNameIterator interface over several PClassMapping instances.
 

Methods in org.objectweb.jorm.lib that return PNameIterator
static PNameIterator EmptyPNameIterator.getInstance()
           
 

Uses of PNameIterator in org.objectweb.jorm.mapper.fos.genclass
 

Methods in org.objectweb.jorm.mapper.fos.genclass that return PNameIterator
 PNameIterator FosGenClassMapping.getPNameIterator(java.lang.Object conn, boolean withSubType, boolean prefetching, java.lang.Object txctx)
          It returns an iterator over all pname of persitent objects availlable in this class.
 

Uses of PNameIterator in org.objectweb.jorm.mapper.rdb.genclass
 

Classes in org.objectweb.jorm.mapper.rdb.genclass that implement PNameIterator
 class RdbGenClassPNGIterator
          It is an iterator over a resultset.
 

Methods in org.objectweb.jorm.mapper.rdb.genclass that return PNameIterator
 PNameIterator RdbGenClassMapping.getPNameIterator(java.lang.Object conn, boolean withSubType, boolean prefetching, java.lang.Object txctx)
          It returns an iterator over all pname of persitent objects availlable in this class.