Class DatabaseEntryDaoImpl

All Implemented Interfaces:
BaseDao<DatabaseEntry>, BaseVoEnabledDao<DatabaseEntry,DatabaseEntryValueObject>, DatabaseEntryDao, FilteringDao<DatabaseEntry>, FilteringVoEnabledDao<DatabaseEntry,DatabaseEntryValueObject>

@Repository public class DatabaseEntryDaoImpl extends AbstractNoopFilteringVoEnabledDao<DatabaseEntry,DatabaseEntryValueObject> implements DatabaseEntryDao
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type DatabaseEntry.
See Also: