org.openwms.core.integration
Interface ModuleDao

All Superinterfaces:
GenericDao<Module,Long>
All Known Implementing Classes:
ModuleDaoImpl

public interface ModuleDao
extends GenericDao<Module,Long>

A ModuleDao adds particular functionality regarding Module entity classes.

Since:
0.1
Version:
$Revision: 1540 $
Author:
Heiko Scherrer

Field Summary
 
Fields inherited from interface org.openwms.core.integration.GenericDao
FIND_ALL, FIND_BY_ID
 
Method Summary
 
Methods inherited from interface org.openwms.core.integration.GenericDao
findAll, findById, findByNamedParameters, findByPositionalParameters, findByUniqueId, persist, remove, save, setPersistentClass
 



Copyright © 2005-2011 openwms.org. All Rights Reserved.