org.jpox.store.rdbms.mapping.jts2oracle
Class GeometryRDBMSMapping

java.lang.Object
  extended by org.jpox.store.rdbms.mapping.RDBMSMapping
      extended by org.jpox.store.rdbms.mapping.ColumnMapping
          extended by org.jpox.store.rdbms.mapping.jts2oracle.GeometryRDBMSMapping
All Implemented Interfaces:
org.jpox.store.mapped.mapping.DatastoreMapping
Direct Known Subclasses:
LinearRingRDBMSMapping

public class GeometryRDBMSMapping
extends org.jpox.store.rdbms.mapping.ColumnMapping

Mapping for a JTS Geometry object to Oracle.

Version:
$Revision: 1.1 $

Field Summary
 
Fields inherited from class org.jpox.store.rdbms.mapping.ColumnMapping
column
 
Fields inherited from class org.jpox.store.rdbms.mapping.RDBMSMapping
LOCALISER, LOCALISER_STORE, mapping, storeMgr
 
Constructor Summary
GeometryRDBMSMapping(org.jpox.store.mapped.mapping.JavaTypeMapping mapping, org.jpox.store.mapped.MappedStoreManager storeMgr, org.jpox.store.mapped.DatastoreField field)
           
GeometryRDBMSMapping(org.jpox.store.mapped.MappedStoreManager storeMgr, org.jpox.store.mapped.mapping.JavaTypeMapping mapping)
           
 
Method Summary
 java.lang.Object getObject(java.lang.Object rs, int exprIndex)
           
 org.jpox.store.rdbms.typeinfo.TypeInfo getTypeInfo()
           
 void setObject(java.lang.Object preparedStatement, int exprIndex, java.lang.Object value)
           
 
Methods inherited from class org.jpox.store.rdbms.mapping.ColumnMapping
equals, getColumn, getDatastoreField, getInsertionInputParameter, getUpdateInputParameter, hashCode, includeInFetchStatement, initTypeInfo, isBitBased, isBooleanBased, isDecimalBased, isIntegerBased, isNullable, isStringBased
 
Methods inherited from class org.jpox.store.rdbms.mapping.RDBMSMapping
failureMessage, getBoolean, getByte, getChar, getDatabaseAdapter, getDouble, getFloat, getInt, getJavaTypeMapping, getLong, getShort, getString, insertValuesOnInsert, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setShort, setString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeometryRDBMSMapping

public GeometryRDBMSMapping(org.jpox.store.mapped.mapping.JavaTypeMapping mapping,
                            org.jpox.store.mapped.MappedStoreManager storeMgr,
                            org.jpox.store.mapped.DatastoreField field)

GeometryRDBMSMapping

public GeometryRDBMSMapping(org.jpox.store.mapped.MappedStoreManager storeMgr,
                            org.jpox.store.mapped.mapping.JavaTypeMapping mapping)
Method Detail

getTypeInfo

public org.jpox.store.rdbms.typeinfo.TypeInfo getTypeInfo()
Specified by:
getTypeInfo in class org.jpox.store.rdbms.mapping.ColumnMapping

getObject

public java.lang.Object getObject(java.lang.Object rs,
                                  int exprIndex)
Specified by:
getObject in interface org.jpox.store.mapped.mapping.DatastoreMapping
Overrides:
getObject in class org.jpox.store.rdbms.mapping.RDBMSMapping

setObject

public void setObject(java.lang.Object preparedStatement,
                      int exprIndex,
                      java.lang.Object value)
Specified by:
setObject in interface org.jpox.store.mapped.mapping.DatastoreMapping
Overrides:
setObject in class org.jpox.store.rdbms.mapping.RDBMSMapping


Copyright © -2008 . All Rights Reserved.