Package com.triactive.jdo.store.mapping

Interface Summary
PostInsertProcessing A column mapping that performs additional tasks after a new row has been inserted in the database.
PostUpdateProcessing A column mapping that performs additional tasks after a row has been updated in the database.
PostWriteProcessing A marker interface indicating a column mapping that performs additional tasks after values are written to the database.
 

Class Summary
BigDecimalMapping  
BigIntegerMapping  
BooleanCharMapping  
BooleanMapping  
ByteArrayMapping  
ByteMapping  
CharacterMapping  
ColumnMapping A database mapping that maps a Java type to a single column.
ComplexMapping A database mapping that incorporates custom logic for object storage and retrieval.
DateCharMapping  
DateMapping  
DoubleMapping  
FloatMapping  
IntegerMapping  
LongMapping  
MapMapping  
Mapping An object that maps between a Java type and its relational representation in the data store.
ObjectDatastoreIdMapping A column mapping that maps a first-class persistent object to a single column via its datastore ID value.
ObjectReferenceDatastoreIdMapping A column mapping that maps a referrence to a first-class persistent object to a single column via its datastore ID value.
OIDMapping  
OracleBlobMapping  
OracleClobMapping  
OracleStringMapping  
RawOIDMapping A column mapping that maps a raw OID object to a single column.
SetMapping  
ShortMapping  
SqlDateCharMapping  
SqlDateMapping  
SqlTimestampCharMapping  
SqlTimestampMapping  
StringMapping  
UnsupportedMapping Placeholder mapping class used to indicate an unsupported mapping.
 

Exception Summary
NullValueException A NullValueException is thrown if a null value is encountered in a database column that should prohibit null values.
 



Copyright © 2001-2007 The TJDO Project All Rights Reserved.