Package tech.ydb.yoj.databind.schema
Annotation Interface GlobalIndex
Specifies the index for the annotated entity.
Example:
@GlobalIndex(name="views_index", fields = {"name", "type"})
public class Customer { ... }
-
Required Element Summary
Required Elements