.. java:import:: org.caosdb.server.database.exceptions TransactionException .. java:import:: org.caosdb.server.entity EntityID .. java:import:: org.caosdb.server.utils Undoable InsertParentsImpl ================= .. java:package:: org.caosdb.server.database.backend.interfaces :noindex: .. java:type:: public interface InsertParentsImpl extends BackendTransactionImpl, Undoable Methods ------- execute ^^^^^^^ .. java:method:: public abstract void execute(EntityID entity, EntityID parent) throws TransactionException :outertype: InsertParentsImpl