| Package | Description |
|---|---|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| com.avaje.ebean.event |
Persist and Query Event Controllers and Listeners
|
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.deploy.meta |
Temporary objects used to collect deployment information
|
| Modifier and Type | Method and Description |
|---|---|
List<BeanPersistController> |
ServerConfig.getPersistControllers()
Return the BeanPersistController instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfig.add(BeanPersistController beanPersistController)
Register a BeanPersistController instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfig.setPersistControllers(List<BeanPersistController> persistControllers)
Register all the BeanPersistController instances.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeanPersistAdapter
A no operation implementation of BeanPersistController.
|
| Modifier and Type | Field and Description |
|---|---|
protected BeanPersistController |
PersistRequestBean.controller
For per post insert update delete control.
|
| Modifier and Type | Method and Description |
|---|---|
BeanPersistController |
PersistRequestBean.getBeanController()
Return the controller if there is one associated with this type of bean.
|
| Modifier and Type | Method and Description |
|---|---|
List<BeanPersistController> |
BootupClasses.getBeanPersistControllers() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultServer.deregister(BeanPersistController c) |
void |
DefaultServer.register(BeanPersistController c) |
| Modifier and Type | Method and Description |
|---|---|
void |
BootupClasses.addPersistControllers(List<BeanPersistController> beanControllerInstances)
Add BeanPersistController instances.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedBeanPersistController |
| Modifier and Type | Method and Description |
|---|---|
BeanPersistController |
BeanDescriptor.getPersistController()
Return the Controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanDescriptor.deregister(BeanPersistController controller)
De-register the BeanPersistController.
|
ChainedBeanPersistController |
ChainedBeanPersistController.deregister(BeanPersistController c)
De-register a BeanPersistController and return the resulting chain.
|
void |
BeanDescriptor.register(BeanPersistController newController)
Register the new BeanPersistController.
|
ChainedBeanPersistController |
ChainedBeanPersistController.register(BeanPersistController c)
Register a new BeanPersistController and return the resulting chain.
|
| Constructor and Description |
|---|
ChainedBeanPersistController(BeanPersistController c1,
BeanPersistController c2)
Construct adding 2 BeanPersistController's.
|
| Constructor and Description |
|---|
ChainedBeanPersistController(List<BeanPersistController> list)
Construct given the list of BeanPersistController's.
|
| Modifier and Type | Method and Description |
|---|---|
BeanPersistController |
DeployBeanDescriptor.getPersistController()
Return the BeanPersistController (could be a chain of them, 1 or null).
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeployBeanDescriptor.addPersistController(BeanPersistController controller)
Set the Controller.
|
Copyright © 2014. All Rights Reserved.