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

Packages that use PIndexedElem
org.objectweb.jorm.api   
 

Uses of PIndexedElem in org.objectweb.jorm.api
 

Methods in org.objectweb.jorm.api that return PIndexedElem
 PIndexedElem PIndexedElemFactory.createPIndexedElem()
          It creates an indexed element to be used by the binding for exchanging elements between the MI and the binding, using the paAdd and the paiterate methods.
 

Methods in org.objectweb.jorm.api with parameters of type PIndexedElem
 void PGenClassAccessor.paAdd(PIndexedElem elem, java.lang.Object conn)
          It passes one of the elements extracted from the data store to the memory instance.