Package org.synchronoss.cpo.jdbc.meta
Class JdbcMethodMapper
java.lang.Object
org.synchronoss.cpo.jdbc.meta.JdbcMethodMapper
- All Implemented Interfaces:
Serializable,Cloneable
MethodMapper is a class defines the getters and setters for all the JDBC specific data classes
- Author:
- david berry
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic JdbcMethodMapEntry<?, ?> getJavaSqlMethod(Class<?> c) Get the java sql method mapstatic MethodMapperGets the MethodMapper
-
Method Details
-
getJavaSqlMethod
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
Gets the MethodMapper- Returns:
- MethodMapper
-