public class JdbcMethodMapEntry<J,D> extends MethodMapEntry<J,D> implements Serializable, Cloneable
| Modifier and Type | Field and Description |
|---|---|
static int |
METHOD_TYPE_READER |
static int |
METHOD_TYPE_STREAM |
METHOD_TYPE_BASIC| Constructor and Description |
|---|
JdbcMethodMapEntry(int methodType,
Class<J> javaClass,
Class<D> datasourceMethodClass,
Method rsGetter,
Method bsSetter,
Method csGetter,
Method csSetter) |
| Modifier and Type | Method and Description |
|---|---|
Method |
getCsGetter() |
Method |
getCsSetter() |
getBsSetter, getJavaClass, getJavaSqlMethodClass, getMethodType, getRsGetterpublic static final int METHOD_TYPE_STREAM
public static final int METHOD_TYPE_READER
Copyright © 2014. All Rights Reserved.