Uses of Package
org.datanucleus.store.rdbms.exceptions
Packages that use org.datanucleus.store.rdbms.exceptions
Package
Description
Package providing management of the persistence to RDBMS datastores.
Provides the internal DataNucleus definition of a table/view and its columns.
-
Classes in org.datanucleus.store.rdbms.exceptions used by org.datanucleus.store.rdbmsClassDescriptionA UnsupportedDataTypeException is thrown if an attempt is made to persist an object field whose data type is not supported by the database and/or the persistence package.
-
Classes in org.datanucleus.store.rdbms.exceptions used by org.datanucleus.store.rdbms.exceptionsClassDescriptionA ClassDefinitionException is thrown if the settings of a persistent class are inconsistent with it's metadata.
-
Classes in org.datanucleus.store.rdbms.exceptions used by org.datanucleus.store.rdbms.tableClassDescriptionA ColumnDefinitionException is thrown if the settings of a database column are incompatible with the data type of the object field to which it is mapped.