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

Packages that use PostPersistConfig
com.caucho.amber.cfg   
 

Uses of PostPersistConfig in com.caucho.amber.cfg
 

Methods in com.caucho.amber.cfg that return PostPersistConfig
 PostPersistConfig EntityListenerConfig.getPostPersist()
           
 PostPersistConfig MappedSuperclassConfig.getPostPersist()
           
 

Methods in com.caucho.amber.cfg with parameters of type PostPersistConfig
 void EntityListenerConfig.setPostPersist(PostPersistConfig postPersist)
           
 void MappedSuperclassConfig.setPostPersist(PostPersistConfig postPersist)