Uses of Interface
com.anasoft.os.daofusion.PersistentEntityDao

Packages that use PersistentEntityDao
com.anasoft.os.daofusion Core DAO interfaces and abstract implementations. 
 

Uses of PersistentEntityDao in com.anasoft.os.daofusion
 

Subinterfaces of PersistentEntityDao in com.anasoft.os.daofusion
 interface PersistentEnumerationDao<T extends PersistentEnumeration>
          Persistent enumeration DAO contract represents an extension of PersistentEntityDao working with PersistentEnumeration instances.
 

Classes in com.anasoft.os.daofusion that implement PersistentEntityDao
 class AbstractHibernateEntityDao<T extends Persistable<ID>,ID extends Serializable>
          Generic persistent entity DAO implementation using JPA / Hibernate persistence APIs.
 class AbstractHibernateEnumerationDao<T extends PersistentEnumeration>
          Generic persistent enumeration DAO implementation using JPA / Hibernate persistence APIs.
 



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