Package | Description |
---|---|
org.datanucleus.store.rdbms |
Package providing management of the persistence to RDBMS datastores.
|
org.datanucleus.store.rdbms.exceptions | |
org.datanucleus.store.rdbms.scostore |
This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps/arrays) within DataNucleus.
|
org.datanucleus.store.rdbms.table |
Provides the internal DataNucleus definition of a table/view and its columns.
|
Class and 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.
|
Class and Description |
---|
ClassDefinitionException
A ClassDefinitionException is thrown if the settings of a
persistent class are inconsistent with it's metadata.
|
Class and Description |
---|
MappedDatastoreException |
Class and 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.
|
Copyright © 2017. All rights reserved.