public final class JDBCTypeComplexProperty extends Object
Constructor and Description |
---|
JDBCTypeComplexProperty(JDBCTypeComplexProperty defaultProperty,
String columnName,
int jdbcType,
String sqlType,
boolean notNull) |
JDBCTypeComplexProperty(String propertyName,
String columnName,
Class javaType,
int jdbcType,
String sqlType,
boolean notNull,
Method[] getters,
Method[] setters) |
Modifier and Type | Method and Description |
---|---|
String |
getColumnName() |
Object |
getColumnValue(Object value) |
Class |
getJavaType() |
int |
getJDBCType() |
JDBCParameterSetter |
getParameterSetter() |
String |
getPropertyName() |
JDBCResultSetReader |
getResultSetReader() |
String |
getSQLType() |
boolean |
isNotNull() |
Object |
setColumnValue(Object value,
Object columnValue) |
public JDBCTypeComplexProperty(String propertyName, String columnName, Class javaType, int jdbcType, String sqlType, boolean notNull, Method[] getters, Method[] setters)
public JDBCTypeComplexProperty(JDBCTypeComplexProperty defaultProperty, String columnName, int jdbcType, String sqlType, boolean notNull)
public String getPropertyName()
public String getColumnName()
public Class getJavaType()
public int getJDBCType()
public String getSQLType()
public boolean isNotNull()
public JDBCResultSetReader getResultSetReader()
public JDBCParameterSetter getParameterSetter()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.