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

Packages that use PostRemoveConfig
com.caucho.amber.cfg   
 

Uses of PostRemoveConfig in com.caucho.amber.cfg
 

Methods in com.caucho.amber.cfg that return PostRemoveConfig
 PostRemoveConfig EntityListenerConfig.getPostRemove()
           
 PostRemoveConfig MappedSuperclassConfig.getPostRemove()
           
 

Methods in com.caucho.amber.cfg with parameters of type PostRemoveConfig
 void EntityListenerConfig.setPostRemove(PostRemoveConfig postRemove)
           
 void MappedSuperclassConfig.setPostRemove(PostRemoveConfig postRemove)