Package | Description |
---|---|
org.datanucleus.store.rdbms.mapping.datastore |
Package containing mappings for datastore (JDBC) types.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLargeBinaryRDBMSMapping
Mapping of a large binary (e.g BLOB, LONGVARBINARY) RDBMS type.
|
class |
BigIntRDBMSMapping
Mapping of a Big Integer RDBMS type.
|
class |
BinaryStreamRDBMSMapping
Mapping of a BinaryStream RDBMS type.
|
class |
BitRDBMSMapping
Mapping of a BIT RDBMS type.
|
class |
BlobRDBMSMapping
Mapping of a BLOB RDBMS type.
|
class |
BooleanRDBMSMapping
Mapping of a BOOLEAN RDBMS type.
|
class |
CharRDBMSMapping
Mapping of a CHAR RDBMS type.
|
class |
ClobRDBMSMapping
Mapping of a Clob RDBMS type.
|
class |
DateRDBMSMapping
Mapping of a DATE RDBMS type.
|
class |
DB2DatalinkRDBMSMapping
Mapping of a DB2 "Datalink" RDBMS type.
|
class |
DecimalRDBMSMapping
Mapping of a Decimal RDBMS type.
|
class |
DoubleRDBMSMapping
Mapping of a DOUBLE RDBMS type.
|
class |
FloatRDBMSMapping
Mapping of a Float RDBMS type.
|
class |
IntegerRDBMSMapping
Mapping of a INTEGER RDBMS type.
|
class |
LongVarBinaryRDBMSMapping
Mapping of a LONGVARBINARY RDBMS type.
|
class |
LongVarcharRDBMSMapping
Mapping of a Long VARCHAR RDBMS type.
|
class |
NCharRDBMSMapping
Mapping of a NCHAR RDBMS type.
|
class |
NumericRDBMSMapping
Mapping of a numeric RDBMS type.
|
class |
NVarcharRDBMSMapping
Mapping of a NVARCHAR RDBMS type.
|
class |
OracleBlobRDBMSMapping
Maps a Field to an Oracle BLOB.
|
class |
OracleClobRDBMSMapping
Mapping for Oracle CLOB type.
|
class |
OracleXMLTypeRDBMSMapping
Mapping for an Oracle XMLType type.
|
class |
OtherRDBMSMapping
Mapping of an "OTHER" RDBMS type.
|
class |
RealRDBMSMapping
Mapping of a REAL RDBMS type.
|
class |
SmallIntRDBMSMapping
Mapping of a SMALLINT RDBMS type.
|
class |
SqlXmlRDBMSMapping
Mapping of an SQLXML RDBMS type.
|
class |
TimeRDBMSMapping
Mapping of a TIME RDBMS type.
|
class |
TimestampRDBMSMapping
Mapping of a TIMESTAMP RDBMS type.
|
class |
TimesTenVarBinaryRDBMSMapping
Mapping of a VARBINARY RDBMS type for TimesTen database.
|
class |
TinyIntRDBMSMapping
Mapping of a TINYINT RDBMS type.
|
class |
VarBinaryRDBMSMapping
Mapping of a VARBINARY RDBMS type.
|
class |
VarCharRDBMSMapping
Mapping of a VARCHAR RDBMS type.
|
Copyright © 2017. All rights reserved.