com.hack23.cia.service.data.impl
Class CountrydetailsDAOImpl
java.lang.Object
com.hack23.cia.service.data.impl.AbstractGenericDAOImpl<Countrydetails,BigInteger>
com.hack23.cia.service.data.impl.CountrydetailsDAOImpl
- All Implemented Interfaces:
- AbstractGenericDAO<Countrydetails,BigInteger>, CountrydetailsDAO
@Repository(value="CountrydetailsDAO")
public class CountrydetailsDAOImpl
- extends AbstractGenericDAOImpl<Countrydetails,BigInteger>
- implements CountrydetailsDAO
The Class CountrydetailsDAOImpl.
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 |
CountrydetailsDAOImpl
public CountrydetailsDAOImpl()
- Instantiates a new countrydetails dao impl.
getEntityManager
protected javax.persistence.EntityManager getEntityManager()
- Description copied from class:
AbstractGenericDAOImpl
- Gets the entity manager.
- Overrides:
getEntityManager
in class AbstractGenericDAOImpl<Countrydetails,BigInteger>
- Returns:
- the entity manager
getSize
public Long getSize()
- Description copied from interface:
AbstractGenericDAO
- Gets the size.
- Specified by:
getSize
in interface AbstractGenericDAO<Countrydetails,BigInteger>
- Returns:
- the size
Copyright © 2008-2011 www.hack23.com. All Rights Reserved.