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

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

@Component
public class StockItemCategoryDao
extends EntityManagerAwareEnumerationDao<StockItemCategory>


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

StockItemCategoryDao

public StockItemCategoryDao()
Method Detail

getEntityClass

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


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