Uses of Class
org.apache.cayenne.commitlog.CommitLogModuleExtender
-
Packages that use CommitLogModuleExtender Package Description org.apache.cayenne.commitlog -
-
Uses of CommitLogModuleExtender in org.apache.cayenne.commitlog
Methods in org.apache.cayenne.commitlog that return CommitLogModuleExtender Modifier and Type Method Description CommitLogModuleExtenderCommitLogModuleExtender. addListener(Class<? extends CommitLogListener> type)CommitLogModuleExtenderCommitLogModuleExtender. addListener(CommitLogListener instance)CommitLogModuleExtenderCommitLogModuleExtender. commitLogAnnotationEntitiesOnly()Installs entity filter that would only include entities annotated withCommitLogon the callbacks.CommitLogModuleExtenderCommitLogModuleExtender. entityFactory(Class<? extends CommitLogEntityFactory> entityFactoryType)Installs a custom factory forCommitLogEntityobjects that allows implementors to use their own annotations, etc.CommitLogModuleExtenderCommitLogModuleExtender. excludeFromTransaction()If called, events will be dispatched outside of the main commit transaction.static CommitLogModuleExtenderCommitLogModule. extend()Starts an extension module builder to add listeners and/or other customizations forCommitLogModule.
-