Uses of Interface
org.objectweb.jorm.facility.naming.polymorphid.PolymorphIdMgr

Packages that use PolymorphIdMgr
org.objectweb.jorm.facility.naming.polymorphid   
 

Uses of PolymorphIdMgr in org.objectweb.jorm.facility.naming.polymorphid
 

Classes in org.objectweb.jorm.facility.naming.polymorphid that implement PolymorphIdMgr
 class PolymorphIdMgrImpl
           
 

Methods in org.objectweb.jorm.facility.naming.polymorphid that return PolymorphIdMgr
static PolymorphIdMgr PolymorphIdMgrRegistry.getPolymorphIdMgr(PMapper m)
          Looks for a PolymorphIdMgr associated with this mapper.
 

Methods in org.objectweb.jorm.facility.naming.polymorphid with parameters of type PolymorphIdMgr
static void PolymorphIdMgrRegistry.deregisterPolymorphIdMgr(PolymorphIdMgr pim)
          Removes this PolymorphIdMgr from this registry.
static void PolymorphIdMgrRegistry.registerPolymorphIdMgr(PolymorphIdMgr pim)
          Adds this PolymorphIdMgr from this registry.