Uses of Class
org.datanucleus.store.rdbms.exceptions.UnsupportedDataTypeException
-
Packages that use UnsupportedDataTypeException Package Description org.datanucleus.store.rdbms 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 UnsupportedDataTypeException Modifier and Type Method Description SQLTypeInfo
RDBMSStoreManager. getSQLTypeInfoForJDBCType(int jdbcType)
Accessor for the SQL type info for the specified JDBC typeSQLTypeInfo
RDBMSStoreManager. getSQLTypeInfoForJDBCType(int jdbcType, java.lang.String sqlType)
Accessor for the SQL type info for the specified JDBC type.
-