Uses of Interface
org.objectweb.jorm.api.PClassMapping.ReferenceConfigurator

Packages that use PClassMapping.ReferenceConfigurator
org.objectweb.jorm.api   
org.objectweb.jorm.genclass.lib   
 

Uses of PClassMapping.ReferenceConfigurator in org.objectweb.jorm.api
 

Methods in org.objectweb.jorm.api with parameters of type PClassMapping.ReferenceConfigurator
 void PClassMapping.configureRefFields(PClassMapping.ReferenceConfigurator rc)
          It permits to assign the PNameCoder of all the reference fields of the persitent class.
 

Uses of PClassMapping.ReferenceConfigurator in org.objectweb.jorm.genclass.lib
 

Methods in org.objectweb.jorm.genclass.lib with parameters of type PClassMapping.ReferenceConfigurator
 void GenClassMapping.configureRefFields(PClassMapping.ReferenceConfigurator rc)