|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
DatabaseField annotation. This annotation was created when we found
performance problems in the Android annotations. We have a work around for these annotations now that
makes them adequately fast. These are causing confusion so we've decided to pull them. Sorry.
@Target(value=FIELD) @Retention(value=RUNTIME) @Deprecated public @interface DatabaseFieldSimple
| Optional Element Summary | |
|---|---|
boolean |
canBeNull
Deprecated. |
String |
columnName
Deprecated. |
String |
defaultValue
Deprecated. |
int |
width
Deprecated. |
public abstract String columnName
DatabaseField.columnName()public abstract String defaultValue
DatabaseField.defaultValue()public abstract int width
DatabaseField.width()public abstract boolean canBeNull
DatabaseField.canBeNull()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||