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