org.openwms.core.integration
Interface RoleDao

All Superinterfaces:
GenericDao<Role,Long>
All Known Implementing Classes:
RoleDaoImpl

public interface RoleDao
extends GenericDao<Role,Long>

A RoleDao adds particular functionality to find and modifiy Role entity classes.

Since:
0.1
Version:
$Revision: 1540 $
Author:
Tina Russell

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.