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

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

@Repository(value="CountryDAO")
public class CountryDAOImpl
extends AbstractGenericDAOImpl<Country,java.lang.Long>
implements CountryDAO

The Class CountryDAOImpl.


Constructor Summary
Constructor and Description
CountryDAOImpl(CountryModelFactory modelFactory)
          Instantiates a new country dao impl.
 
Method Summary
Modifier and Type Method and Description
 java.lang.Long getSize()
          Gets the size.
 
Methods inherited from class com.hack23.cia.service.data.impl.AbstractGenericDAOImpl
addCacheHints, delete, findFirstByProperty, findListByProperty, getAll, getCriteriaBuilder, getEntityManager, getMetamodel, getModelFactory, 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, getModelFactory, load, merge, persist, persist
 

Constructor Detail

CountryDAOImpl

public CountryDAOImpl(CountryModelFactory modelFactory)
Instantiates a new country dao impl.

Parameters:
modelFactory - the model factory
Method Detail

getSize

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

Specified by:
getSize in interface AbstractGenericDAO<Country,java.lang.Long>
Returns:
the size


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