|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanPersistController | |
---|---|
com.avaje.ebean.config | Configuration settings for EbeanServer construction |
com.avaje.ebean.event | Persist and Query Event Controllers and Listeners |
Uses of BeanPersistController in com.avaje.ebean.config |
---|
Methods in com.avaje.ebean.config that return types with arguments of type BeanPersistController | |
---|---|
List<BeanPersistController> |
ServerConfig.getPersistControllers()
Return the BeanPersistController instances. |
Methods in com.avaje.ebean.config with parameters of type BeanPersistController | |
---|---|
void |
ServerConfig.add(BeanPersistController beanPersistController)
Register a BeanPersistController instance. |
Method parameters in com.avaje.ebean.config with type arguments of type BeanPersistController | |
---|---|
void |
ServerConfig.setPersistControllers(List<BeanPersistController> persistControllers)
Register all the BeanPersistController instances. |
Uses of BeanPersistController in com.avaje.ebean.event |
---|
Classes in com.avaje.ebean.event that implement BeanPersistController | |
---|---|
class |
BeanPersistAdapter
A no operation implementation of BeanPersistController. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |