org.restafarian.core.dao
Interface Dao

All Known Subinterfaces:
LookupTableDao, LookupTableEntryDao
All Known Implementing Classes:
LookupTableDaoHibernate, LookupTableEntryDaoHibernate

public interface Dao

Data Access Object (Dao) interface. This is an empty interface used to tag our Dao classes. Common methods for each interface could be added here.




Copyright © 2008. All Rights Reserved.