org.eclipse.emf.emfstore.internal.server.model.dao
Interface DAO

All Known Subinterfaces:
ACDAOFacade, ACGroupDAO, ACUserDAO, ServerSpace
All Known Implementing Classes:
ServerSpaceImpl

public interface DAO

Generic DAO interface that only defines a save method.

Author:
emueller

Method Summary
 void save()
          Save the DAO.
 

Method Detail

save

void save()
          throws IOException
Save the DAO.

Throws:
IOException - in case the save failed


Copyright © 2015. All Rights Reserved.