Native Object Info

A Native Object Info is defined like this:

  • boolean / Boolean
  • byte / Byte
  • char / Character
  • short / Short
  • int / Integer / BigInteger
  • long / Long
  • float / Float
  • double / Double / BigDecimal
  • Date
  • String
  • Collections
  • Arrays
  • Maps

NativeObjects are stored in a org.neodatis.odb.core.meta.NativeObjectInfo. NativeObjectInfo is Abstract, here are the implementing classes:

NativeObjectsTypeHierarchy.png

All these classes are defined in the org.neodatis.odb.core.meta package.

Any other type is called a NonNative type and is managed by the org.neodatis.odb.core.meta.NonNativeObjectInfo.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License