org.synchronoss.cpo.jdbc.meta
Class JdbcMethodMapEntry<J,D>
java.lang.Object
org.synchronoss.cpo.meta.MethodMapEntry<J,D>
org.synchronoss.cpo.jdbc.meta.JdbcMethodMapEntry<J,D>
- All Implemented Interfaces:
- Serializable, Cloneable
public class JdbcMethodMapEntry<J,D>
- extends MethodMapEntry<J,D>
- implements Serializable, Cloneable
MethodMapEntry is a class defines the getters and setters for JDBC specific data classes
- Author:
- david berry
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
METHOD_TYPE_STREAM
public static final int METHOD_TYPE_STREAM
- See Also:
- Constant Field Values
METHOD_TYPE_READER
public static final int METHOD_TYPE_READER
- See Also:
- Constant Field Values
JdbcMethodMapEntry
public JdbcMethodMapEntry(int methodType,
Class<J> javaClass,
Class<D> datasourceMethodClass,
Method rsGetter,
Method bsSetter,
Method csGetter,
Method csSetter)
getCsGetter
public Method getCsGetter()
getCsSetter
public Method getCsSetter()
Copyright © 2014. All Rights Reserved.