public final class JDBCValuePropertyMetaData extends Object
Constructor and Description |
---|
JDBCValuePropertyMetaData() |
Modifier and Type | Method and Description |
---|---|
String |
getColumnName()
Gets the column name which this property will be persisted.
|
Method |
getGetter()
Gets the getter method of this property.
|
int |
getJDBCType()
Gets the jdbc type of this property.
|
String |
getPropertyName()
Gets the name of this property.
|
Class<?> |
getPropertyType()
Gets the java class type of this property.
|
Method |
getSetter()
Gets the setter method of this property.
|
String |
getSqlType()
Gets the sql type of this mapping.
|
boolean |
isNotNull()
Should this field allow null values?
|
void |
setColumnName(String columnName) |
void |
setJdbcType(int jdbcType) |
void |
setNotNul(boolean notNull) |
void |
setPropertyName(String propertyName,
Class<?> classType) |
void |
setSqlType(String sqlType) |
public String getPropertyName()
public Class<?> getPropertyType()
public String getColumnName()
public int getJDBCType()
public String getSqlType()
public boolean isNotNull()
public Method getGetter()
public Method getSetter()
public void setColumnName(String columnName)
public void setNotNul(boolean notNull)
public void setJdbcType(int jdbcType)
public void setSqlType(String sqlType)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.