Uses of Package
org.jpox.store.exceptions

Packages that use org.jpox.store.exceptions
org.jpox.store Definition of the storage of the classes. 
org.jpox.store.rdbms Package providing management of the persistence to RDBMS datastores. 
org.jpox.store.rdbms.adapter Provides mappings of all supported databases to aspects of the database that determines the SQL generation. 
org.jpox.store.rdbms.exceptions   
 

Classes in org.jpox.store.exceptions used by org.jpox.store
DatastoreInitialisationException
          Representation of an error encountered initialising a datastore.
 

Classes in org.jpox.store.exceptions used by org.jpox.store.rdbms
DatastoreFieldDefinitionException
          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.
DatastoreInitialisationException
          Representation of an error encountered initialising a datastore.
 

Classes in org.jpox.store.exceptions used by org.jpox.store.rdbms.adapter
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.jpox.store.exceptions used by org.jpox.store.rdbms.exceptions
ClassDefinitionException
          A ClassDefinitionException is thrown if the settings of a persistent class are inconsistent with it's metadata.
SchemaValidationException
          A SchemaValidationException is thrown if a mismatch is discovered between what the JDO runtime thinks the schema should look like and what it actually looks like.
 



Copyright © -2007 . All Rights Reserved.