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

Packages that use PBindingCtrl
org.objectweb.jorm.facility.naming.basidir   
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 PBindingCtrl in org.objectweb.jorm.facility.naming.basidir
 

Methods in org.objectweb.jorm.facility.naming.basidir with parameters of type PBindingCtrl
 void BasidBinder.bind(PName pn, PBindingCtrl pb)
           
 void BasidBinder.unbind(PBindingCtrl pb)
           
 

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

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

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

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

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

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

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

Methods in org.objectweb.jorm.naming.api with parameters of type PBindingCtrl
 void PBinder.bind(PName pn, PBindingCtrl pb)
          It associates a PBinding object with a PName within a PBinder.
 void PBinder.unbind(PBindingCtrl pb)
          It releases the link between the PBinding passed as parameter and its associated DSI represented by the PName referenced by this PBinding.
 

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

Methods in org.objectweb.jorm.naming.lib with parameters of type PBindingCtrl
 void BasicPBinder.bind(PName pn, PBindingCtrl pb)
           
 void BasicPBinder.unbind(PBindingCtrl pb)