Class ATransactionDao

    • Constructor Detail

      • ATransactionDao

        public ATransactionDao()
    • Method Detail

      • activate

        protected boolean activate​(IEntityContext ec)
        Started die übergebene Transaktion, wenn sie nicht bereits aktiv ist.
        Parameters:
        ec - An entity context to use for interacting with the database.
        Returns:
        false, wenn die übergebene Transaktion bereits aktiv war, ansonsten true.
      • rollback

        protected void rollback​(IEntityContext ec)
        Methode für das Rollback einer Transaktion.
        Parameters:
        ec - An entity context to use for interacting with the database.