Uses of Interface
org.synyx.hades.sample.dao.UserDaoCustom

Packages that use UserDaoCustom
org.synyx.hades.sample.dao Package showing a DAO interface to use basic finder method execution functionality as well as customly implemented DAO functionality. 
org.synyx.hades.sample.dao.impl Implementations of the custom functionality declared in UserDaoCustom
 

Uses of UserDaoCustom in org.synyx.hades.sample.dao
 

Subinterfaces of UserDaoCustom in org.synyx.hades.sample.dao
 interface UserDao
          DAO interface for User instances.
 

Uses of UserDaoCustom in org.synyx.hades.sample.dao.impl
 

Classes in org.synyx.hades.sample.dao.impl that implement UserDaoCustom
 class UserDaoImpl
          Implementation fo the custom DAo functionality declared in UserDaoCustom based on JPA.
 class UserDaoJdbcImpl
          Class with the implementation of the custom DAO code.
 



Copyright © 2009-2010 Synyx GmbH & Co. KG. All Rights Reserved.