|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jonas_ejb.deployment.api.FieldDesc | +--org.objectweb.jonas_ejb.deployment.api.FieldJdbcDesc
Class for descriptors of jdbc based container managed fields
Field Summary | |
protected java.lang.String |
jdbcFieldName
|
Fields inherited from class org.objectweb.jonas_ejb.deployment.api.FieldDesc |
pkField |
Method Summary | |
java.lang.String |
getJdbcFieldName()
Get database field name in the table where bean is stored |
java.lang.String |
toString()
String representation of the object for test purpose |
Methods inherited from class org.objectweb.jonas_ejb.deployment.api.FieldDesc |
isPrimaryKey |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String jdbcFieldName
Method Detail |
public java.lang.String getJdbcFieldName()
public java.lang.String toString()
toString
in class FieldDesc
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |