com.syrtsov.ddao.conn
Interface DaoInvocationHandler
- All Known Implementing Classes:
- DaoInvocationHandlerImpl
public interface DaoInvocationHandler
psdo: add class comments
Created-By: Pavel Syrtsov
Date: Apr 10, 2008
Time: 9:39:39 PM
Method Summary |
java.lang.Object |
invoke(java.sql.Connection connection,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
invoke
java.lang.Object invoke(java.sql.Connection connection,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
- Throws:
java.lang.Throwable