com.anasoft.os.daofusion.test.example.dao
Class CountryDao

java.lang.Object
  extended by com.anasoft.os.daofusion.BaseHibernateDataAccessor
      extended by com.anasoft.os.daofusion.AbstractHibernateEntityDao<T,java.lang.Long>
          extended by com.anasoft.os.daofusion.AbstractHibernateEnumerationDao<T>
              extended by com.anasoft.os.daofusion.test.example.dao.EntityManagerAwareEnumerationDao<Country>
                  extended by com.anasoft.os.daofusion.test.example.dao.CountryDao
All Implemented Interfaces:
PersistentEntityDao<Country,java.lang.Long>, PersistentEnumerationDao<Country>

@Component
public class CountryDao
extends EntityManagerAwareEnumerationDao<Country>


Constructor Summary
CountryDao()
           
 
Method Summary
 java.lang.Class<Country> getEntityClass()
           
 
Methods inherited from class com.anasoft.os.daofusion.test.example.dao.EntityManagerAwareEnumerationDao
getHibernateEntityManager, getHibernateSession
 
Methods inherited from class com.anasoft.os.daofusion.AbstractHibernateEnumerationDao
getByName, getByName, getByNames, getByNames
 
Methods inherited from class com.anasoft.os.daofusion.AbstractHibernateEntityDao
count, count, countAll, countAll, delete, delete, delete, deleteAll, deleteAll, get, get, getAll, getAll, query, query, refresh, saveOrUpdate, uniqueResult, uniqueResult
 
Methods inherited from class com.anasoft.os.daofusion.BaseHibernateDataAccessor
getCriteria, getHibernateCriteria, getSession, rowCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.anasoft.os.daofusion.PersistentEntityDao
count, count, countAll, countAll, delete, delete, delete, deleteAll, deleteAll, get, get, getAll, getAll, query, query, refresh, saveOrUpdate, uniqueResult, uniqueResult
 

Constructor Detail

CountryDao

public CountryDao()
Method Detail

getEntityClass

public java.lang.Class<Country> getEntityClass()


Copyright © 2008-2009 ANASOFT and contributors. All Rights Reserved.