Class JdbcMethodMapper

java.lang.Object
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:
  • Method Details

    • getJavaSqlMethod

      public static JdbcMethodMapEntry<?,?> getJavaSqlMethod(Class<?> c) throws CpoException
      Get the java sql method map
      Parameters:
      c - The class to look up the methods on.
      Returns:
      JdbcMethodMapEntry
      Throws:
      CpoException - An error getting the entry
    • getMethodMapper

      public static MethodMapper getMethodMapper()
      Gets the MethodMapper
      Returns:
      MethodMapper