| Package | Description |
|---|---|
| org.apache.cayenne.commitlog |
| Modifier and Type | Method and Description |
|---|---|
CommitLogModuleExtender |
CommitLogModuleExtender.addListener(Class<? extends CommitLogListener> type) |
CommitLogModuleExtender |
CommitLogModuleExtender.addListener(CommitLogListener instance) |
CommitLogModuleExtender |
CommitLogModuleExtender.commitLogAnnotationEntitiesOnly()
Installs entity filter that would only include entities annotated with
CommitLog on the callbacks. |
CommitLogModuleExtender |
CommitLogModuleExtender.entityFactory(Class<? extends CommitLogEntityFactory> entityFactoryType)
Installs a custom factory for
CommitLogEntity objects that
allows implementors to use their own annotations, etc. |
CommitLogModuleExtender |
CommitLogModuleExtender.excludeFromTransaction()
If called, events will be dispatched outside of the main commit
transaction.
|
static CommitLogModuleExtender |
CommitLogModule.extend()
Starts an extension module builder to add listeners and/or other customizations for
CommitLogModule. |
Copyright © 2001–2018 Apache Cayenne. All rights reserved.