|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=FIELD) @Retention(value=RUNTIME) public @interface Indexed
@Indexed
annotation turns indexing on and can be applied to
class fields. Its functionality is equivalent to ObjectField.indexed(boolean)
.
@Indexed
annotation is used without any parameters and cannot
be used to disable indexing.
ObjectField.indexed(boolean)
|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |