|
||||||||||
| 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 DatabaseFieldIndex
| Optional Element Summary | |
|---|---|
boolean |
index
Deprecated. |
String |
indexName
Deprecated. |
boolean |
unique
Deprecated. |
boolean |
uniqueCombo
Deprecated. |
boolean |
uniqueIndex
Deprecated. |
String |
uniqueIndexName
Deprecated. |
public abstract boolean unique
DatabaseField.unique()public abstract boolean uniqueCombo
DatabaseField.uniqueCombo()public abstract boolean index
DatabaseField.index()public abstract boolean uniqueIndex
DatabaseField.uniqueIndex()public abstract String indexName
DatabaseField.indexName()public abstract String uniqueIndexName
DatabaseField.uniqueIndexName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||