org.openwms.common.integration.jpa
Class TransportUnitTypeDaoImpl

java.lang.Object
  extended by org.openwms.core.integration.jpa.AbstractGenericJpaDao<TransportUnitType,java.lang.String>
      extended by org.openwms.common.integration.jpa.TransportUnitTypeDaoImpl
All Implemented Interfaces:
TransportUnitTypeDao, org.openwms.core.integration.GenericDao<TransportUnitType,java.lang.String>

@Repository(value="transportUnitTypeDao")
public class TransportUnitTypeDaoImpl
extends org.openwms.core.integration.jpa.AbstractGenericJpaDao<TransportUnitType,java.lang.String>
implements TransportUnitTypeDao

A TransportUnitTypeDaoImpl.

Since:
0.1
Version:
$Revision: 1409 $
Author:
Heiko Scherrer
See Also:
AbstractGenericJpaDao, TransportUnitTypeDao

Field Summary
 
Fields inherited from class org.openwms.core.integration.jpa.AbstractGenericJpaDao
logger
 
Fields inherited from interface org.openwms.core.integration.GenericDao
FIND_ALL, FIND_BY_ID
 
Constructor Summary
TransportUnitTypeDaoImpl()
           
 
Method Summary
protected  java.lang.String getFindAllQuery()
           
protected  java.lang.String getFindByUniqueIdQuery()
           
 
Methods inherited from class org.openwms.core.integration.jpa.AbstractGenericJpaDao
beforeUpdate, findAll, findById, findByNamedParameters, findByPositionalParameters, findByUniqueId, getEm, getPersistentClass, persist, remove, save, setPersistentClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openwms.core.integration.GenericDao
findAll, findById, findByNamedParameters, findByPositionalParameters, findByUniqueId, persist, remove, save, setPersistentClass
 

Constructor Detail

TransportUnitTypeDaoImpl

public TransportUnitTypeDaoImpl()
Method Detail

getFindAllQuery

protected java.lang.String getFindAllQuery()
Specified by:
getFindAllQuery in class org.openwms.core.integration.jpa.AbstractGenericJpaDao<TransportUnitType,java.lang.String>
Returns:
Name of the query
See Also:
AbstractGenericJpaDao.getFindAllQuery()

getFindByUniqueIdQuery

protected java.lang.String getFindByUniqueIdQuery()
Specified by:
getFindByUniqueIdQuery in class org.openwms.core.integration.jpa.AbstractGenericJpaDao<TransportUnitType,java.lang.String>
Returns:
Name of the query
See Also:
AbstractGenericJpaDao.getFindByUniqueIdQuery()


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