-
Terminally Deprecated ElementsElementDescriptionNothing in YOJ calls
YqlPrimitiveType.of(Type)any more.Please use
YqlPrimitiveType.of(JavaField)because it correcly respects the customizations specified in the@Columnand@CustomValueTypeannotations.This method has a misleading name. CalluseLegacyMappingFor(STRING, ENUM)instead.Nothing in YOJ callsYqlType.of(Type)any more.Please use
YqlType.of(JavaField)because it correcly respects the customizations specified in the@Columnannotation.
-
Deprecated ClassesClassDescriptionLegacy implementation of
SpliteratorforReadTable.Please use the new
Spliteratorcontract-conformant implementation by explicitly settingReadTableParams.builder().<...>.useNewSpliterator(true).
-
Deprecated MethodsMethodDescriptionCall
useNewMappingFor(STRING, ENUM)instead.Nothing in YOJ callsYqlPrimitiveType.of(Type)any more.Please use
YqlPrimitiveType.of(JavaField)because it correcly respects the customizations specified in the@Columnand@CustomValueTypeannotations.This method has a misleading name. CalluseLegacyMappingFor(STRING, ENUM)instead.We STRONGLY advise against using the legacy mapping in new projects. Please calluseNewMappingFor(STRING, ENUM, TIMESTAMP)instead, and annotate custom-mapped columns with@Columnwhere a different mapping is desired.Nothing in YOJ callsYqlType.of(Type)any more.Please use
YqlType.of(JavaField)because it correcly respects the customizations specified in the@Columnannotation.
useNewMappingFor(STRING, ENUM)instead.