public final class JDBCMappingMetaData extends Object
Constructor and Description |
---|
JDBCMappingMetaData() |
Modifier and Type | Method and Description |
---|---|
String |
getJavaType()
Gets the java type of this mapping.
|
int |
getJdbcType()
Gets the jdbc type of this mapping.
|
String |
getParamSetter() |
String |
getResultReader() |
String |
getSqlType()
Gets the sql type of this mapping.
|
void |
setJavaType(String javaType) |
void |
setJdbcType(int jdbcType) |
void |
setParamSetter(String paramSetter) |
void |
setResultReader(String resultReader) |
void |
setSqlType(String sqlType) |
public String getJavaType()
public int getJdbcType()
public String getSqlType()
public String getParamSetter()
public String getResultReader()
public void setJavaType(String javaType)
public void setJdbcType(int jdbcType)
public void setSqlType(String sqlType)
public void setParamSetter(String paramSetter)
public void setResultReader(String resultReader)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.