Package com.mckoi.database.global
Class TypeUtil
java.lang.Object
com.mckoi.database.global.TypeUtil
Utility for converting to and from 'Types' objects.
- Author:
- Tobias Downer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TypeUtil
public TypeUtil()
-
-
Method Details
-
toDBType
Converts from a Class object to a type as specified in Types. -
toClass
Converts from a db type to a Class object.
-