Uses of Class
org.datanucleus.store.rdbms.exceptions.UnsupportedDataTypeException
Packages that use UnsupportedDataTypeException
Package
Description
Package providing management of the persistence to RDBMS datastores.
-
Uses of UnsupportedDataTypeException in org.datanucleus.store.rdbms
Methods in org.datanucleus.store.rdbms that throw UnsupportedDataTypeExceptionModifier and TypeMethodDescriptionRDBMSStoreManager.getSQLTypeInfoForJDBCType
(int jdbcType) Accessor for the SQL type info for the specified JDBC typeRDBMSStoreManager.getSQLTypeInfoForJDBCType
(int jdbcType, String sqlType) Accessor for the SQL type info for the specified JDBC type.