org.synchronoss.cpo.jdbc.meta
Class JdbcMethodMapper

java.lang.Object
  extended by org.synchronoss.cpo.jdbc.meta.JdbcMethodMapper
All Implemented Interfaces:
Serializable, Cloneable

public class JdbcMethodMapper
extends Object
implements Serializable, Cloneable

MethodMapper is a class defines the getters and setters for all the JDBC specific data classes

Author:
david berry
See Also:
Serialized Form

Method Summary
static JdbcMethodMapEntry<?,?> getJavaSqlMethod(Class<?> c)
           
static MethodMapper getMethodMapper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJavaSqlMethod

public static JdbcMethodMapEntry<?,?> getJavaSqlMethod(Class<?> c)
                                                throws CpoException
Throws:
CpoException

getMethodMapper

public static MethodMapper getMethodMapper()


Copyright © 2014. All Rights Reserved.