Package io.gridgo.boot.data.jdbc
Class JdbcDataAccessHandler
- java.lang.Object
-
- io.gridgo.boot.data.support.impl.AbstractDataAccessHandler<JdbcProduce>
-
- io.gridgo.boot.data.jdbc.JdbcDataAccessHandler
-
- All Implemented Interfaces:
DataAccessHandler,PojoConverter,java.lang.reflect.InvocationHandler
public class JdbcDataAccessHandler extends AbstractDataAccessHandler<JdbcProduce>
-
-
Field Summary
-
Fields inherited from class io.gridgo.boot.data.support.impl.AbstractDataAccessHandler
context, gateway
-
-
Constructor Summary
Constructors Constructor Description JdbcDataAccessHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.gridgo.framework.support.MessagebuildMessage(JdbcProduce annotation, java.lang.reflect.Method method, java.lang.Object[] args)-
Methods inherited from class io.gridgo.boot.data.support.impl.AbstractDataAccessHandler
canEqual, equals, filterPojoMapper, filterSingleMapper, getAnnotatedClass, getContext, getGateway, hashCode, invoke, setContext, setGateway, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.gridgo.boot.data.PojoConverter
toPojo, toPojoArray, toPojoObject, toPojoReference
-
-
-
-
Method Detail
-
buildMessage
protected io.gridgo.framework.support.Message buildMessage(JdbcProduce annotation, java.lang.reflect.Method method, java.lang.Object[] args)
- Specified by:
buildMessagein classAbstractDataAccessHandler<JdbcProduce>
-
-