org.synyx.hades.sample.dao
Interface UserDaoCustom

All Known Subinterfaces:
UserDao
All Known Implementing Classes:
UserDaoImpl, UserDaoJdbcImpl

public interface UserDaoCustom

Interface for DAO functionality that ought to be implemented manually.

Author:
Oliver Gierke - gierke@synyx.de

Method Summary
 java.util.List<User> myCustomBatchOperation()
          Custom DAO operation.
 

Method Detail

myCustomBatchOperation

java.util.List<User> myCustomBatchOperation()
Custom DAO operation.

Returns:


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