|
||||||||||
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 DatabaseFieldForeign
Optional Element Summary | |
---|---|
boolean |
foreign
Deprecated. |
boolean |
foreignAutoCreate
Deprecated. |
boolean |
foreignAutoRefresh
Deprecated. |
int |
maxForeignAutoRefreshLevel
Deprecated. |
public abstract boolean foreign
DatabaseField.foreign()
public abstract boolean foreignAutoRefresh
DatabaseField.foreignAutoRefresh()
public abstract int maxForeignAutoRefreshLevel
DatabaseField.maxForeignAutoRefreshLevel()
public abstract boolean foreignAutoCreate
DatabaseField.foreignAutoCreate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |