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:

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.
page_revision: 4, last_edited: 1195481469|%e %b %Y, %H:%M %Z (%O ago)





