org.openwms.common.integration
Interface LocationGroupDao

All Superinterfaces:
GenericDao<LocationGroup,Long>
All Known Implementing Classes:
LocationGroupDaoImpl

public interface LocationGroupDao
extends GenericDao<LocationGroup,Long>

A LocationGroupDao adds particular functionality regarding LocationGroup entity classes.

Since:
0.1
Version:
$Revision: 1409 $
Author:
Heiko Scherrer
See Also:
GenericDao, LocationGroup

Field Summary
static String NQ_FIND_ALL
          Name of the NamedQuery to find all LocationGroup entities.
static String NQ_FIND_BY_NAME
          Name of the NamedQuery to find a LocationGroup by LocationGroup.getName().
 
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
 

Field Detail

NQ_FIND_ALL

static final String NQ_FIND_ALL
Name of the NamedQuery to find all LocationGroup entities.

See Also:
Constant Field Values

NQ_FIND_BY_NAME

static final String NQ_FIND_BY_NAME
Name of the NamedQuery to find a LocationGroup by LocationGroup.getName().

See Also:
Constant Field Values


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