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, setString
equals, 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
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 int getJDBCType()
AbstractDatastoreMapping
getJDBCType
in class BooleanRDBMSMapping
Copyright © 2017. All rights reserved.