Class CommitLogModule

  • All Implemented Interfaces:
    org.apache.cayenne.di.Module

    public class CommitLogModule
    extends Object
    implements org.apache.cayenne.di.Module
    Auto-loadable module that enables gathering of commit log information for Cayenne stack. To add custom listeners to receive commit log events, implement CommitLogListener and register it using extend().
    Since:
    4.0
    • Constructor Detail

      • CommitLogModule

        public CommitLogModule()
    • Method Detail

      • configure

        public void configure​(org.apache.cayenne.di.Binder binder)
        Specified by:
        configure in interface org.apache.cayenne.di.Module