Supported Java Types
Tigris supports the majority of the primitive Java types while also providing support for custom types.
- primitive types: boolean, byte, short, int, long, float, double
- wrapper types: Boolean, Byte, Short, Integer, Long, Float, Double
- Utility types: java.util.Date, java.util.UUID, java.util.List, java.util.Map, java.util.Collection
- Array: array type supporting all the above primitive and wrapper types
- Custom types: user-defined class to define custom types