Package io.ebean.annotation
Annotation Type DocCode
-
@Target(FIELD) @Retention(RUNTIME) public @interface DocCode
Used to indicate that a particular string property should be treated as a 'code' and not analysed for text searching.By default all Id properties and all Enum properties are treated as 'code' and not analysed.