| Package | Description |
|---|---|
| io.ebean.config |
Configuration settings for EbeanServer construction
|
| io.ebean.event.changelog |
Provides a built in change log mechanism and can audit changes.
|
| Class and Description |
|---|
| ChangeLogListener
Listen for changes.
|
| ChangeLogPrepare
Listen for changes.
|
| ChangeLogRegister
Used to assign ChangeLogFilters to bean types.
|
| Class and Description |
|---|
| BeanChange
A bean insert, update or delete change sent as part of a ChangeSet.
|
| ChangeLogFilter
Used to provide fine grained control over what persist requests are included in the change log.
|
| ChangeSet
Holds a set of changes.
|
| ChangeType
The type of the change.
|
| TxnState
Transaction state when ChangeSets are sent to the ChangeSetListener.
|
Copyright © 2019. All rights reserved.