Uses of Package
com.triactive.jdo.store.mapping

Packages that use com.triactive.jdo.store.mapping
com.triactive.jdo.store   
com.triactive.jdo.store.adapter   
com.triactive.jdo.store.mapping   
com.triactive.jdo.store.request   
com.triactive.jdo.store.sql   
com.triactive.jdo.store.sql.expr   
 

Classes in com.triactive.jdo.store.mapping used by com.triactive.jdo.store
ColumnMapping
          A database mapping that maps a Java type to a single column.
 

Classes in com.triactive.jdo.store.mapping used by com.triactive.jdo.store.adapter
ColumnMapping
          A database mapping that maps a Java type to a single column.
Mapping
          An object that maps between a Java type and its relational representation in the data store.
 

Classes in com.triactive.jdo.store.mapping used by com.triactive.jdo.store.mapping
BooleanMapping
           
ByteArrayMapping
           
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.
DateMapping
           
Mapping
          An object that maps between a Java type and its relational representation in the data store.
OIDMapping
           
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.
SqlDateMapping
           
SqlTimestampMapping
           
StringMapping
           
 

Classes in com.triactive.jdo.store.mapping used by com.triactive.jdo.store.request
ColumnMapping
          A database mapping that maps a Java type to a single column.
 

Classes in com.triactive.jdo.store.mapping used by com.triactive.jdo.store.sql
ColumnMapping
          A database mapping that maps a Java type to a single column.
Mapping
          An object that maps between a Java type and its relational representation in the data store.
 

Classes in com.triactive.jdo.store.mapping used by com.triactive.jdo.store.sql.expr
ColumnMapping
          A database mapping that maps a Java type to a single column.
Mapping
          An object that maps between a Java type and its relational representation in the data store.
 



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