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 |
---|---|
SQLTypeInfo |
getTypeInfo()
Accessor for the (SQL) type info for this datastore type.
|
boolean |
isBitBased()
Accessor for whether the mapping is bit-based.
|
getBoolean, getObject, getString, isBooleanBased, setBoolean, setObject, setString
equals, failureMessage, failureMessage, failureMessage, getByte, getChar, getColumn, getDatastoreAdapter, getDouble, getFloat, getInsertionInputParameter, getInt, getJavaTypeMapping, getLong, getShort, getUpdateInputParameter, hashCode, includeInFetchStatement, initTypeInfo, insertValuesOnInsert, isDecimalBased, isIntegerBased, isNullable, isStringBased, setByte, setChar, setDouble, setFloat, setInt, setLong, setShort
public BitRDBMSMapping(JavaTypeMapping mapping, RDBMSStoreManager storeMgr, Column col)
mapping
- Java type mappingstoreMgr
- Store Managercol
- Columnpublic boolean isBitBased()
isBitBased
in interface DatastoreMapping
isBitBased
in class AbstractDatastoreMapping
public SQLTypeInfo getTypeInfo()
AbstractDatastoreMapping
getTypeInfo
in class BooleanRDBMSMapping
Copyright © 2015. All rights reserved.