rollbackChangesLocally

From: edward pedersson (cpsmadnes..ooglemail.com)
Date: Tue Dec 05 2006 - 11:58:27 EST

  • Next message: Lothar Krenzien: "Re: how does cayenne handle java.util.date values ?"

    Hi

    I was hoping to use this

        // TODO: Andrus, 1/19/2006: implement for nested DataContexts
        public void rollbackChangesLocally() {
            if (getChannel() instanceof DataDomain) {
                rollbackChanges();
            }
            else {
                throw new CayenneRuntimeException("Implementation pending.");
            }
        }

    but it states it is still not complete. I am using cayenne 2.0.1.

    Is there going to get implemented anytime soon or should i do a workaround.

    Thanks

    -- 
    

    -- e



    This archive was generated by hypermail 2.0.0 : Tue Dec 05 2006 - 11:58:59 EST