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

Packages that use PostUpdateConfig
com.caucho.amber.cfg   
 

Uses of PostUpdateConfig in com.caucho.amber.cfg
 

Methods in com.caucho.amber.cfg that return PostUpdateConfig
 PostUpdateConfig EntityListenerConfig.getPostUpdate()
           
 PostUpdateConfig MappedSuperclassConfig.getPostUpdate()
           
 

Methods in com.caucho.amber.cfg with parameters of type PostUpdateConfig
 void EntityListenerConfig.setPostUpdate(PostUpdateConfig postUpdate)
           
 void MappedSuperclassConfig.setPostUpdate(PostUpdateConfig postUpdate)