Column
Target: ElementType.FIELD, ElementType.METHOD
- Implemented Interfaces:
Annotation
Annotation for a column in the database. Corresponds to the xml element "column".
- Since:
- JDO 2.1
Public Annotation Attributes
String allowsNull default ""
- Since:
- JDO 2.1
String defaultValue default ""
- Since:
- JDO 2.1
- Since:
- JDO 2.1
String insertValue default ""
- Since:
- JDO 2.1
String jdbcType default ""
- Since:
- JDO 2.1
int length default -1
- Since:
- JDO 2.1
String name default ""
- Since:
- JDO 2.1
int scale default -1
- Since:
- JDO 2.1
String sqlType default ""
- Since:
- JDO 2.1
String target default ""
- Since:
- JDO 2.1
String targetMember default ""
- Since:
- JDO 2.1