| Package | Description |
|---|---|
| io.ebean.config |
Configuration settings for EbeanServer construction
|
| io.ebean.event |
Persist and Query Event Controllers and Listeners
|
| io.ebean.event.changelog |
Provides a built in change log mechanism and can audit changes.
|
| io.ebean.plugin |
Provides a API for plugins.
|
| Class and Description |
|---|
| BeanFindController
Used to override the finding implementation for a bean.
|
| BeanPersistController
Used to enhance or override the default bean persistence mechanism.
|
| BeanPersistListener
Listens for committed bean events.
|
| BeanPostConstructListener
Fired after a bean is constructed, but not yet loaded from database.
|
| BeanPostLoad
Fired after a bean is fetched and loaded from the database.
|
| BeanQueryAdapter
Objects extending this modify queries prior their execution.
|
| BulkTableEventListener
Listen for bulk table events that occur.
|
| ServerConfigStartup
Used to configure the server on startup.
|
| Class and Description |
|---|
| BeanDeleteIdRequest
A request to delete a bean by Id value.
|
| BeanPersistController
Used to enhance or override the default bean persistence mechanism.
|
| BeanPersistListener
Listens for committed bean events.
|
| BeanPersistRequest
Holds the information available for a bean persist (insert, update or
delete).
|
| BeanQueryRequest
Holds the information available for a bean query.
|
| BulkTableEvent
The bulk table event.
|
| Class and Description |
|---|
| BeanPersistRequest
Holds the information available for a bean persist (insert, update or
delete).
|
| Class and Description |
|---|
| BeanFindController
Used to override the finding implementation for a bean.
|
| BeanPersistController
Used to enhance or override the default bean persistence mechanism.
|
| BeanPersistListener
Listens for committed bean events.
|
| BeanQueryAdapter
Objects extending this modify queries prior their execution.
|
Copyright © 2019. All rights reserved.