1-
21/*
3- * Copyright 2017 ObjectBox Ltd. All rights reserved.
2+ * Copyright 2017-2024 ObjectBox Ltd. All rights reserved.
43 *
54 * Licensed under the Apache License, Version 2.0 (the "License");
65 * you may not use this file except in compliance with the License.
1716
1817package io .objectbox ;
1918
19+ import java .util .Map ;
20+
2021import io .objectbox .TestEntityCursor .Factory ;
2122import io .objectbox .annotation .apihint .Internal ;
2223import io .objectbox .converter .FlexObjectConverter ;
2324import io .objectbox .converter .StringFlexMapConverter ;
2425import io .objectbox .internal .CursorFactory ;
2526import io .objectbox .internal .IdGetter ;
2627
27- import java .util .Map ;
28+ // NOTE: Instead of updating this by hand, copy changes from the internal integration test project after updating its
29+ // TestEntity.
2830
29- // NOTE: Copied from a plugin project (& removed some unused Properties).
3031// THIS CODE IS GENERATED BY ObjectBox, DO NOT EDIT.
3132
3233/**
@@ -82,7 +83,7 @@ public final class TestEntity_ implements EntityInfo<TestEntity> {
8283 new io .objectbox .Property <>(__INSTANCE , 9 , 10 , byte [].class , "simpleByteArray" );
8384
8485 public final static io .objectbox .Property <TestEntity > simpleStringArray =
85- new io .objectbox .Property <>(__INSTANCE , 10 , 11 , String [].class , "simpleStringArray" , false , "simpleStringArray" );
86+ new io .objectbox .Property <>(__INSTANCE , 10 , 11 , String [].class , "simpleStringArray" );
8687
8788 public final static io .objectbox .Property <TestEntity > simpleStringList =
8889 new io .objectbox .Property <>(__INSTANCE , 11 , 15 , java .util .List .class , "simpleStringList" );
@@ -103,19 +104,19 @@ public final class TestEntity_ implements EntityInfo<TestEntity> {
103104 new io .objectbox .Property <>(__INSTANCE , 16 , 17 , byte [].class , "flexProperty" , false , "flexProperty" , FlexObjectConverter .class , Object .class );
104105
105106 public final static io .objectbox .Property <TestEntity > shortArray =
106- new io .objectbox .Property <>(__INSTANCE , 17 , 19 , short [].class , "shortArray" );
107+ new io .objectbox .Property <>(__INSTANCE , 17 , 18 , short [].class , "shortArray" );
107108
108109 public final static io .objectbox .Property <TestEntity > charArray =
109- new io .objectbox .Property <>(__INSTANCE , 18 , 20 , char [].class , "charArray" );
110+ new io .objectbox .Property <>(__INSTANCE , 18 , 19 , char [].class , "charArray" );
110111
111112 public final static io .objectbox .Property <TestEntity > intArray =
112- new io .objectbox .Property <>(__INSTANCE , 19 , 21 , int [].class , "intArray" );
113+ new io .objectbox .Property <>(__INSTANCE , 19 , 20 , int [].class , "intArray" );
113114
114115 public final static io .objectbox .Property <TestEntity > longArray =
115- new io .objectbox .Property <>(__INSTANCE , 20 , 22 , long [].class , "longArray" );
116+ new io .objectbox .Property <>(__INSTANCE , 20 , 21 , long [].class , "longArray" );
116117
117118 public final static io .objectbox .Property <TestEntity > floatArray =
118- new io .objectbox .Property <>(__INSTANCE , 21 , 18 , float [].class , "floatArray" );
119+ new io .objectbox .Property <>(__INSTANCE , 21 , 22 , float [].class , "floatArray" );
119120
120121 public final static io .objectbox .Property <TestEntity > doubleArray =
121122 new io .objectbox .Property <>(__INSTANCE , 22 , 23 , double [].class , "doubleArray" );
0 commit comments