public class BitRDBMSMapping extends BooleanRDBMSMapping
column, mapping, storeMgr| Constructor and Description |
|---|
BitRDBMSMapping(JavaTypeMapping mapping,
RDBMSStoreManager storeMgr,
Column col)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getJDBCType()
Method to return the java.sql.Types type that this relates to.
|
boolean |
isBitBased()
Accessor for whether the mapping is bit-based.
|
getBoolean, getObject, getString, isBooleanBased, setBoolean, setObject, setStringequals, failureMessage, failureMessage, failureMessage, getByte, getChar, getColumn, getDatastoreAdapter, getDouble, getFloat, getInsertionInputParameter, getInt, getJavaTypeMapping, getLong, getShort, getTypeInfo, getUpdateInputParameter, hashCode, includeInFetchStatement, initTypeInfo, insertValuesOnInsert, isDecimalBased, isIntegerBased, isNullable, isStringBased, setByte, setChar, setDouble, setFloat, setInt, setLong, setShort, useDefaultWhenNullpublic BitRDBMSMapping(JavaTypeMapping mapping, RDBMSStoreManager storeMgr, Column col)
mapping - Java type mappingstoreMgr - Store Managercol - Columnpublic boolean isBitBased()
isBitBased in interface DatastoreMappingisBitBased in class AbstractDatastoreMappingpublic int getJDBCType()
AbstractDatastoreMappinggetJDBCType in class BooleanRDBMSMappingCopyright © 2019. All rights reserved.