Deprecated API

Contents

  • Terminally Deprecated Elements
    Element
    Description
    Support for mapping raw byte[] will be removed in YOJ 3.0.0. Even now, it is strongly recommended to use a ByteArray: it is properly Comparable and has a sane equals(), which ensures that queries will work the same in both in-memory database and YDB.
  • Deprecated Enum Constants
    Enum Constant
    Description
    Support for mapping raw byte[] will be removed in YOJ 3.0.0. Even now, it is strongly recommended to use a ByteArray: it is properly Comparable and has a sane equals(), which ensures that queries will work the same in both in-memory database and YDB.