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

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<PaymentType>
                  extended by com.anasoft.os.daofusion.test.example.dao.PaymentTypeDao
All Implemented Interfaces:
PersistentEntityDao<PaymentType,java.lang.Long>, PersistentEnumerationDao<PaymentType>

@Component
public class PaymentTypeDao
extends EntityManagerAwareEnumerationDao<PaymentType>


Constructor Summary
PaymentTypeDao()
           
 
Method Summary
 java.lang.Class<PaymentType> 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

PaymentTypeDao

public PaymentTypeDao()
Method Detail

getEntityClass

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


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