|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCValuePropertyMetaData
Imutable class which contains information about a single dependent value object property.
Constructor Summary | |
JDBCValuePropertyMetaData(org.w3c.dom.Element element,
java.lang.Class classType)
Constructs a value property metadata class with the data contained in the property xml element from a jbosscmp-jdbc xml file. |
Method Summary | |
java.lang.String |
getColumnName()
Gets the column name which this property will be persisted. |
java.lang.reflect.Method |
getGetter()
Gets the getter method of this property. |
int |
getJDBCType()
Gets the jdbc type of this property. |
java.lang.String |
getPropertyName()
Gets the name of this property. |
java.lang.Class |
getPropertyType()
Gets the java class type of this property. |
java.lang.reflect.Method |
getSetter()
Gets the setter method of this property. |
java.lang.String |
getSqlType()
Gets the sql type of this mapping. |
boolean |
isNotNull()
Should this field allow null values? |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JDBCValuePropertyMetaData(org.w3c.dom.Element element, java.lang.Class classType) throws DeploymentException (src)
element
- the xml Element which contains the metadata about
this propertyclassType
- the java Class type of the value class on which this
property is defined
DeploymentException (src)
- if the xml element is not semantically correctMethod Detail |
public java.lang.String getPropertyName()
public java.lang.Class getPropertyType()
public java.lang.String getColumnName()
public int getJDBCType()
public java.lang.String getSqlType()
public boolean isNotNull()
public java.lang.reflect.Method getGetter()
public java.lang.reflect.Method getSetter()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |