|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.store.mapping.JavaTypeMapping
org.jpox.store.mapping.SingleFieldMapping
org.jpox.store.mapping.OIDMapping
Mapping for OID type.
Field Summary |
Fields inherited from class org.jpox.store.mapping.SingleFieldMapping |
datastoreContainer, typeInfo |
Fields inherited from class org.jpox.store.mapping.JavaTypeMapping |
datastoreMappings, dba, fmd, LOCALISER, referenceMapping, type |
Constructor Summary | |
OIDMapping(DatastoreAdapter dba,
AbstractPropertyMetaData fmd,
DatastoreContainerObject datastoreContainer,
ClassLoaderResolver clr)
Constructor. |
|
OIDMapping(DatastoreAdapter dba,
java.lang.String type)
Constructor. |
Method Summary | |
java.lang.Class |
getJavaType()
Accessor for the java type being mapped |
java.lang.Object |
getObject(PersistenceManager pm,
java.lang.Object rs,
int[] param)
Accessor for the OID object from the result set |
java.lang.Object |
getSampleValue()
Return a sample value of the mapping type to be used for internal evaluation of type and conversion. |
ScalarExpression |
newLiteral(QueryExpression qs,
java.lang.Object value)
Creates a literal from an value. |
ScalarExpression |
newScalarExpression(QueryExpression qs,
LogicSetExpression te)
Creates a expression from a field name/table. |
void |
setObject(PersistenceManager pm,
java.lang.Object ps,
int[] param,
java.lang.Object value)
Mutator for the OID in the datastore |
Methods inherited from class org.jpox.store.mapping.SingleFieldMapping |
equals, getBoolean, getByte, getChar, getDatastoreContainer, getDouble, getFloat, getInt, getLong, getShort, getString, hasValue, includeInFetchStatement, includeInInsertStatement, includeInUpdateStatement, prepareDatastoreMapping, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setShort, setString |
Methods inherited from class org.jpox.store.mapping.JavaTypeMapping |
addDataStoreMapping, failureMessage, getDataStoreMapping, getDataStoreMappings, getFieldMetaData, getNumberOfDatastoreFields, getObject, getReferenceMapping, getType, isNullable, setDefault, setObject, setReferenceMapping |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OIDMapping(DatastoreAdapter dba, java.lang.String type)
dba
- Datastore Adaptertype
- Type representedpublic OIDMapping(DatastoreAdapter dba, AbstractPropertyMetaData fmd, DatastoreContainerObject datastoreContainer, ClassLoaderResolver clr)
dba
- Datastore Adapterfmd
- AbstractPropertyMetaData for the fielddatastoreContainer
- Table for persisting this fieldclr
- The ClassLoaderResolverMethod Detail |
public void setObject(PersistenceManager pm, java.lang.Object ps, int[] param, java.lang.Object value)
setObject
in class SingleFieldMapping
pm
- The Persistence Manager managing this objectps
- The Prepared Statementparam
- Param numbers in the PreparedStatement for this objectvalue
- The OID value to usepublic java.lang.Object getObject(PersistenceManager pm, java.lang.Object rs, int[] param)
getObject
in class SingleFieldMapping
pm
- Persistence Manager managing this objectrs
- The ResultSetparam
- Array of param numbers for this object
public java.lang.Object getSampleValue()
JavaTypeMapping
getSampleValue
in class JavaTypeMapping
public ScalarExpression newLiteral(QueryExpression qs, java.lang.Object value)
JavaTypeMapping
newLiteral
in class JavaTypeMapping
qs
- The Query statementvalue
- The object
public ScalarExpression newScalarExpression(QueryExpression qs, LogicSetExpression te)
JavaTypeMapping
newScalarExpression
in class JavaTypeMapping
qs
- The Query statementte
- the alias for the table
public java.lang.Class getJavaType()
JavaTypeMapping
getJavaType
in class JavaTypeMapping
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |