com.hack23.cia.service.data.impl
Class CountryinfoEuElementDAOImpl

Package class diagram package CountryinfoEuElementDAOImpl
java.lang.Object
  extended by com.hack23.cia.service.data.impl.AbstractGenericDAOImpl<CountryinfoEuElement,Long>
      extended by com.hack23.cia.service.data.impl.CountryinfoEuElementDAOImpl
All Implemented Interfaces:
AbstractGenericDAO<CountryinfoEuElement,Long>, CountryinfoEuElementDAO

@Repository(value="CountryinfoEuElementDAO")
public class CountryinfoEuElementDAOImpl
extends AbstractGenericDAOImpl<CountryinfoEuElement,Long>
implements CountryinfoEuElementDAO

The Class CountryinfoEuElementDAOImpl.


Constructor Summary
CountryinfoEuElementDAOImpl()
          Instantiates a new countryinfo eu element dao impl.
 
Method Summary
protected  javax.persistence.EntityManager getEntityManager()
          Gets the entity manager.
 List<String> getMepIdList()
          Gets the mep id list.
 Long getSize()
          Gets the size.
 
Methods inherited from class com.hack23.cia.service.data.impl.AbstractGenericDAOImpl
addCacheHints, delete, findFirstByProperty, findListByProperty, getAll, getCriteriaBuilder, getMetamodel, getPersistentClass, load, merge, persist, persist
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hack23.cia.service.data.api.AbstractGenericDAO
delete, findFirstByProperty, findListByProperty, getAll, load, merge, persist, persist
 

Constructor Detail

CountryinfoEuElementDAOImpl

public CountryinfoEuElementDAOImpl()
Instantiates a new countryinfo eu element dao impl.

Method Detail

getEntityManager

protected javax.persistence.EntityManager getEntityManager()
Description copied from class: AbstractGenericDAOImpl
Gets the entity manager.

Overrides:
getEntityManager in class AbstractGenericDAOImpl<CountryinfoEuElement,Long>
Returns:
the entity manager

getMepIdList

public List<String> getMepIdList()
Description copied from interface: CountryinfoEuElementDAO
Gets the mep id list.

Specified by:
getMepIdList in interface CountryinfoEuElementDAO
Returns:
the mep id list

getSize

public Long getSize()
Description copied from interface: AbstractGenericDAO
Gets the size.

Specified by:
getSize in interface AbstractGenericDAO<CountryinfoEuElement,Long>
Returns:
the size


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.