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

Packages that use PBinding
org.objectweb.jorm.api   
org.objectweb.jorm.facility.naming.basidir   
org.objectweb.jorm.facility.naming.generator   
org.objectweb.jorm.genclass.lib   
org.objectweb.jorm.mapper.fos.genclass   
org.objectweb.jorm.mapper.rdb.genclass   
org.objectweb.jorm.naming.api   
org.objectweb.jorm.naming.lib   
 

Uses of PBinding in org.objectweb.jorm.api
 

Subinterfaces of PBinding in org.objectweb.jorm.api
 interface PBindingCtrl
          This interface is defines in order to allow PBinders to access to PName and status attributes associated with PBindings.
 

Methods in org.objectweb.jorm.api that return PBinding
 PBinding PClassMapping.createPBinding()
          It creates a new PBinding.
 

Uses of PBinding in org.objectweb.jorm.facility.naming.basidir
 

Methods in org.objectweb.jorm.facility.naming.basidir that return PBinding
 PBinding BasidBinder.lookup(PName pn)
           
 

Uses of PBinding in org.objectweb.jorm.facility.naming.generator
 

Classes in org.objectweb.jorm.facility.naming.generator that implement PBinding
 class LongGenIncr
          Implements a long generator (LongGen) that produces new long ID merely by incrementing a persistent long variable.
 

Uses of PBinding in org.objectweb.jorm.genclass.lib
 

Classes in org.objectweb.jorm.genclass.lib that implement PBinding
 class GenClassBinding
          This abstract class provides all the generic code for PBinding associated with JORM generic classes.
 

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

Classes in org.objectweb.jorm.mapper.fos.genclass that implement PBinding
 class FosGenClassBinding
          author Sebastien Chassande-Barrioz
 

Methods in org.objectweb.jorm.mapper.fos.genclass that return PBinding
 PBinding FosGenClassMapping.createPBinding()
          It creates a new PBinding.
 

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

Classes in org.objectweb.jorm.mapper.rdb.genclass that implement PBinding
 class RdbGenClassBinding
          This class provides the implementation of PBinding for RDBMS.
 

Methods in org.objectweb.jorm.mapper.rdb.genclass that return PBinding
 PBinding RdbGenClassMapping.createPBinding()
          It creates a new PBinding.
 

Uses of PBinding in org.objectweb.jorm.naming.api
 

Methods in org.objectweb.jorm.naming.api that return PBinding
 PBinding PBinder.lookup(PName pn)
          It looks for a PBinding object with the given PName within a PBinder.
 

Uses of PBinding in org.objectweb.jorm.naming.lib
 

Methods in org.objectweb.jorm.naming.lib that return PBinding
 PBinding BasicPBinder.lookup(PName pn)