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

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

@Repository(value="VotesEuDataDAO")
public class VotesEuDataDAOImpl
extends AbstractGenericDAOImpl<VotesEuData,Long>
implements VotesEuDataDAO

The Class VotesEuDataDAOImpl.


Constructor Summary
VotesEuDataDAOImpl()
          Instantiates a new votes eu data dao impl.
 
Method Summary
protected  javax.persistence.EntityManager getEntityManager()
          Gets the entity manager.
 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

VotesEuDataDAOImpl

public VotesEuDataDAOImpl()
Instantiates a new votes eu data dao impl.

Method Detail

getEntityManager

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

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

getSize

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

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


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