Uses of Class
org.objectweb.jorm.api.PMappingRequiredEvent

Packages that use PMappingRequiredEvent
org.objectweb.jorm.api   
org.objectweb.jorm.naming.lib   
 

Uses of PMappingRequiredEvent in org.objectweb.jorm.api
 

Methods in org.objectweb.jorm.api with parameters of type PMappingRequiredEvent
 void PMapperListener.mappingRequired(PMappingRequiredEvent e)
          Signlas to this listener that the mapper requires a particular JORM class to be mapped.
 

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

Methods in org.objectweb.jorm.naming.lib with parameters of type PMappingRequiredEvent
 void KFPNCManager.mappingRequired(PMappingRequiredEvent e)