Uses of Class
org.ow2.jonas.lib.ejb21.jorm.GenClassImpl

Packages that use GenClassImpl
org.ow2.jonas.lib.ejb21.jorm   
 

Uses of GenClassImpl in org.ow2.jonas.lib.ejb21.jorm
 

Subclasses of GenClassImpl in org.ow2.jonas.lib.ejb21.jorm
 class Collection
          This class is a basic implementation of the java.util.Collection based on the generic class implementation (GenClassImpl).
 class Set
          This class is a basic implementation of the java.util.Set based on the generic class implementation (GenClassImpl) and the Collection implementation.
 

Fields in org.ow2.jonas.lib.ejb21.jorm declared as GenClassImpl
 GenClassImpl GenClassElement.gc
          This field references the GenClass inside which the PIndexedElem is store.
 

Constructors in org.ow2.jonas.lib.ejb21.jorm with parameters of type GenClassImpl
CollectionElement(GenClassImpl gc, int idx)
          It builds a CollectionElement with the specified index.
GenClassElement(GenClassImpl gc)
           
GenClassImpl.ElementIterator(GenClassImpl gc, Object connection)
           
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.