Uses of Class
com.caucho.amber.cfg.PostLoadConfig

Packages that use PostLoadConfig
com.caucho.amber.cfg   
 

Uses of PostLoadConfig in com.caucho.amber.cfg
 

Methods in com.caucho.amber.cfg that return PostLoadConfig
 PostLoadConfig EntityListenerConfig.getPostLoad()
           
 PostLoadConfig MappedSuperclassConfig.getPostLoad()
           
 

Methods in com.caucho.amber.cfg with parameters of type PostLoadConfig
 void EntityListenerConfig.setPostLoad(PostLoadConfig postLoad)
           
 void MappedSuperclassConfig.setPostLoad(PostLoadConfig postLoad)