We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb03755 commit ec1d9e4Copy full SHA for ec1d9e4
objectbox-java-api/src/main/java/io/objectbox/annotation/Index.java
@@ -30,7 +30,7 @@
30
IndexType type() default IndexType.DEFAULT;
31
32
/** Only allowed for {@link IndexType#VALUE} and types String and byte[]. */
33
- int maxLength() default 0;
+ int maxValueLength() default 0;
34
35
// /**
36
// * Whether the unique constraint should be created with base on this index
0 commit comments