org.jpox.store.mapping
Class JGeometryMapping

java.lang.Object
  extended by org.jpox.store.mapping.JavaTypeMapping
      extended by org.jpox.store.mapping.SingleFieldMapping
          extended by org.jpox.store.mapping.JGeometryMapping
All Implemented Interfaces:
org.jpox.store.mapping.SimpleDatastoreRepresentation

public class JGeometryMapping
extends org.jpox.store.mapping.SingleFieldMapping
implements org.jpox.store.mapping.SimpleDatastoreRepresentation

JGeometry mapping


Field Summary
 
Fields inherited from class org.jpox.store.mapping.JavaTypeMapping
datastoreContainer, datastoreMappings, dba, fmd, LOCALISER, referenceMapping, type
 
Constructor Summary
JGeometryMapping()
           
 
Method Summary
 java.lang.Class getJavaType()
           
 java.lang.Object getSampleValue(org.jpox.ClassLoaderResolver clr)
           
 org.jpox.store.expression.ScalarExpression newLiteral(org.jpox.store.expression.QueryExpression qs, java.lang.Object value)
           
 org.jpox.store.expression.ScalarExpression newScalarExpression(org.jpox.store.expression.QueryExpression qs, org.jpox.store.expression.LogicSetExpression te)
           
 
Methods inherited from class org.jpox.store.mapping.SingleFieldMapping
equals, getBoolean, getByte, getChar, getDefaultLength, getDouble, getFloat, getInt, getJavaTypeForDatastoreMapping, getLong, getObject, getShort, getString, getValidValues, initialize, prepareDatastoreMapping, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setObject, setShort, setString
 
Methods inherited from class org.jpox.store.mapping.JavaTypeMapping
addDataStoreMapping, failureMessage, getDatastoreContainer, getDataStoreMapping, getDataStoreMappings, getFieldMetaData, getNumberOfDatastoreFields, getObject, getReferenceMapping, getType, includeInFetchStatement, includeInInsertStatement, includeInUpdateStatement, initialize, isNullable, setDefault, setObject, setReferenceMapping
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JGeometryMapping

public JGeometryMapping()
Method Detail

getJavaType

public java.lang.Class getJavaType()
Specified by:
getJavaType in class org.jpox.store.mapping.JavaTypeMapping

getSampleValue

public java.lang.Object getSampleValue(org.jpox.ClassLoaderResolver clr)
Specified by:
getSampleValue in class org.jpox.store.mapping.JavaTypeMapping

newLiteral

public org.jpox.store.expression.ScalarExpression newLiteral(org.jpox.store.expression.QueryExpression qs,
                                                             java.lang.Object value)
Specified by:
newLiteral in class org.jpox.store.mapping.JavaTypeMapping

newScalarExpression

public org.jpox.store.expression.ScalarExpression newScalarExpression(org.jpox.store.expression.QueryExpression qs,
                                                                      org.jpox.store.expression.LogicSetExpression te)
Specified by:
newScalarExpression in class org.jpox.store.mapping.JavaTypeMapping


Copyright © 2003-2008 Java Persistent Objects (JPOX). All Rights Reserved.