All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nakedobjects.nof.persist.transaction.PersistenceCommand Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
package org.nakedobjects.nof.persist.transaction;

import org.nakedobjects.noa.adapter.NakedObject;
import org.nakedobjects.noa.persist.ObjectPersistenceException;


public interface PersistenceCommand {
    void execute(ExecutionContext context) throws ObjectPersistenceException;

    NakedObject onObject();
}
// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy