Uses of Package
org.datanucleus.store.rdbms.exceptions
-
Packages that use org.datanucleus.store.rdbms.exceptions Package Description org.datanucleus.store.rdbms Package providing management of the persistence to RDBMS datastores.org.datanucleus.store.rdbms.exceptions org.datanucleus.store.rdbms.table Provides the internal DataNucleus definition of a table/view and its columns. -
Classes in org.datanucleus.store.rdbms.exceptions used by org.datanucleus.store.rdbms Class Description UnsupportedDataTypeException A 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.exceptions Class Description ClassDefinitionException A 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.table Class Description ColumnDefinitionException A 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.