- All Superinterfaces:
- com.ocs.dynamo.dao.BaseDao<Integer,Movie>
- All Known Implementing Classes:
- MovieDaoImpl
public interface MovieDao
extends com.ocs.dynamo.dao.BaseDao<Integer,Movie>
Dynamo advocates the use of Data Access Objects per domain object to implement the data access
logic. It has a Base Data Acces Object class that contains the standard functionality. Special
features can be added in this subclass.