Class BaseCommand

    • Constructor Detail

      • BaseCommand

        public BaseCommand()
    • Method Detail

      • call

        public final java.lang.Integer call()
                                     throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Integer>
        Throws:
        java.lang.Exception
      • callWithPersist

        protected java.lang.Integer callWithPersist()
                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • callWithDatabaseAdapter

        protected java.lang.Integer callWithDatabaseAdapter()
                                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • warnOnInMemory

        protected void warnOnInMemory()