Uses of Class
com.triactive.jdo.store.mapping.ColumnMapping

Packages that use ColumnMapping
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   
 

Uses of ColumnMapping in com.triactive.jdo.store
 

Methods in com.triactive.jdo.store with parameters of type ColumnMapping
static SetStore ManyToManySetStore.getInstance(ClassBaseTable ownerTable, Table joinTable, ColumnMapping ownerMapping, ColumnMapping elementMapping)
          Returns a many-to-many set store.
static MapStore ManyToManyMapStore.getInstance(ClassBaseTable ownerTable, Table joinTable, ColumnMapping ownerMapping, ColumnMapping keyMapping, ColumnMapping valueMapping)
          Returns a many-to-many map store.
 

Constructors in com.triactive.jdo.store with parameters of type ColumnMapping
ResultSetGetter(PersistenceManager pm, java.sql.ResultSet rs, ColumnMapping[] mappings, int[] columnNumbersByField)
           
ParameterSetter(PersistenceManager pm, java.sql.PreparedStatement ps, ColumnMapping[] mappings, int[] paramNumbersByField)
           
 

Uses of ColumnMapping in com.triactive.jdo.store.adapter
 

Methods in com.triactive.jdo.store.adapter that return ColumnMapping
 ColumnMapping DatabaseAdapter.newColumnMapping(java.lang.Class c)
           
 

Uses of ColumnMapping in com.triactive.jdo.store.mapping
 

Subclasses of ColumnMapping in com.triactive.jdo.store.mapping
 class BigDecimalMapping
           
 class BigIntegerMapping
           
 class BooleanCharMapping
           
 class BooleanMapping
           
 class ByteArrayMapping
           
 class ByteMapping
           
 class CharacterMapping
           
 class DateCharMapping
           
 class DateMapping
           
 class DoubleMapping
           
 class FloatMapping
           
 class IntegerMapping
           
 class LongMapping
           
 class ObjectDatastoreIdMapping
          A column mapping that maps a first-class persistent object to a single column via its datastore ID value.
 class ObjectReferenceDatastoreIdMapping
          A column mapping that maps a referrence to a first-class persistent object to a single column via its datastore ID value.
 class OIDMapping
           
 class OracleBlobMapping
           
 class OracleClobMapping
           
 class OracleStringMapping
           
 class RawOIDMapping
          A column mapping that maps a raw OID object to a single column.
 class ShortMapping
           
 class SqlDateCharMapping
           
 class SqlDateMapping
           
 class SqlTimestampCharMapping
           
 class SqlTimestampMapping
           
 class StringMapping
           
 

Uses of ColumnMapping in com.triactive.jdo.store.request
 

Fields in com.triactive.jdo.store.request declared as ColumnMapping
protected  ColumnMapping Request.idMapping
          The mapping for the table's ID column.
 

Uses of ColumnMapping in com.triactive.jdo.store.sql
 

Methods in com.triactive.jdo.store.sql that return ColumnMapping
 ColumnMapping SetTable.getOwnerMapping()
           
 ColumnMapping SetTable.getElementMapping()
           
 ColumnMapping MapTable.getOwnerMapping()
           
 ColumnMapping MapTable.getKeyMapping()
           
 ColumnMapping MapTable.getValueMapping()
           
 ColumnMapping Column.getMapping()
           
 ColumnMapping ClassBaseTable.getIDMapping()
           
 

Methods in com.triactive.jdo.store.sql with parameters of type ColumnMapping
 void Column.mapWith(ColumnMapping mapping)
           
 

Uses of ColumnMapping in com.triactive.jdo.store.sql.expr
 

Fields in com.triactive.jdo.store.sql.expr declared as ColumnMapping
protected  ColumnMapping[] FcoResultExpression.fieldMappings
           
 

Methods in com.triactive.jdo.store.sql.expr that return ColumnMapping
 ColumnMapping SqlExpression.getColumnMapping()
          Returns the preferred mapping for this expression if it is a column mapping.
 ColumnMapping AbstractSqlExpression.getColumnMapping()
           
 

Methods in com.triactive.jdo.store.sql.expr with parameters of type ColumnMapping
 StatementText StatementText.appendParameter(ColumnMapping mapping, java.lang.Object value)
           
 



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