org.jpox.store.rdbms.mapping
Class LongVarBinaryRDBMSMapping
java.lang.Object
org.jpox.store.rdbms.mapping.RDBMSMapping
org.jpox.store.rdbms.mapping.ColumnMapping
org.jpox.store.rdbms.mapping.AbstractLargeBinaryRDBMSMapping
org.jpox.store.rdbms.mapping.LongVarBinaryRDBMSMapping
- All Implemented Interfaces:
- org.jpox.store.mapped.mapping.DatastoreMapping
public class LongVarBinaryRDBMSMapping
- extends AbstractLargeBinaryRDBMSMapping
Mapping of a LONGVARBINARY RDBMS type.
- Version:
- $Revision: 1.19 $
|
Constructor Summary |
|
LongVarBinaryRDBMSMapping(org.jpox.store.mapped.mapping.JavaTypeMapping mapping,
org.jpox.store.mapped.MappedStoreManager storeMgr,
org.jpox.store.mapped.DatastoreField field)
Constructor. |
protected |
LongVarBinaryRDBMSMapping(org.jpox.store.mapped.MappedStoreManager storeMgr,
org.jpox.store.mapped.mapping.JavaTypeMapping mapping)
Constructor. |
|
Method Summary |
TypeInfo |
getTypeInfo()
Accessor for the type info of the JDBC type being represented. |
| 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, insertValuesOnInsert, setBoolean, setByte, setChar, setDouble, setFloat, setInt, setLong, setShort |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
LongVarBinaryRDBMSMapping
protected LongVarBinaryRDBMSMapping(org.jpox.store.mapped.MappedStoreManager storeMgr,
org.jpox.store.mapped.mapping.JavaTypeMapping mapping)
- Constructor.
- Parameters:
storeMgr - Store Managermapping - Java type mapping
LongVarBinaryRDBMSMapping
public LongVarBinaryRDBMSMapping(org.jpox.store.mapped.mapping.JavaTypeMapping mapping,
org.jpox.store.mapped.MappedStoreManager storeMgr,
org.jpox.store.mapped.DatastoreField field)
- Constructor.
- Parameters:
mapping - Java type mappingstoreMgr - Store Managerfield - Field to be mapped
getTypeInfo
public TypeInfo getTypeInfo()
- Accessor for the type info of the JDBC type being represented.
- Specified by:
getTypeInfo in class AbstractLargeBinaryRDBMSMapping
- Returns:
- The type info
Copyright © -2008 . All Rights Reserved.