org.synchronoss.cpo.jdbc.meta
Class JdbcMethodMapEntry<J,D>

java.lang.Object
  extended by org.synchronoss.cpo.meta.MethodMapEntry<J,D>
      extended by 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

Field Summary
static int METHOD_TYPE_READER
           
static int METHOD_TYPE_STREAM
           
 
Fields inherited from class org.synchronoss.cpo.meta.MethodMapEntry
METHOD_TYPE_BASIC
 
Constructor Summary
JdbcMethodMapEntry(int methodType, Class<J> javaClass, Class<D> datasourceMethodClass, Method rsGetter, Method bsSetter, Method csGetter, Method csSetter)
           
 
Method Summary
 Method getCsGetter()
           
 Method getCsSetter()
           
 
Methods inherited from class org.synchronoss.cpo.meta.MethodMapEntry
getBsSetter, getJavaClass, getJavaSqlMethodClass, getMethodType, getRsGetter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JdbcMethodMapEntry

public JdbcMethodMapEntry(int methodType,
                          Class<J> javaClass,
                          Class<D> datasourceMethodClass,
                          Method rsGetter,
                          Method bsSetter,
                          Method csGetter,
                          Method csSetter)
Method Detail

getCsGetter

public Method getCsGetter()

getCsSetter

public Method getCsSetter()


Copyright © 2014. All Rights Reserved.