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

Package class diagram package PersonDataDAOImpl
java.lang.Object
  extended by com.hack23.cia.service.data.impl.AbstractGenericDAOImpl<PersonData,String>
      extended by com.hack23.cia.service.data.impl.PersonDataDAOImpl
All Implemented Interfaces:
AbstractGenericDAO<PersonData,String>, PersonDataDAO

@Repository(value="PersonDataDAO")
public class PersonDataDAOImpl
extends AbstractGenericDAOImpl<PersonData,String>
implements PersonDataDAO

The Class PersonDataDAOImpl.


Constructor Summary
PersonDataDAOImpl()
          Instantiates a new person data dao impl.
 
Method Summary
protected  javax.persistence.EntityManager getEntityManager()
          Gets the entity manager.
 List<String> getIdList()
          Gets the 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

PersonDataDAOImpl

public PersonDataDAOImpl()
Instantiates a new person 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<PersonData,String>
Returns:
the entity manager

getIdList

public List<String> getIdList()
Description copied from interface: PersonDataDAO
Gets the id list.

Specified by:
getIdList in interface PersonDataDAO
Returns:
the id list

getSize

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

Specified by:
getSize in interface AbstractGenericDAO<PersonData,String>
Returns:
the size


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