|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.type.AbstractStandardBasicType<T> org.hibernate.type.AbstractSingleColumnStandardBasicType<Boolean> org.hibernate.type.BooleanType org.hibernate.type.CharBooleanType
AbstractStandardBasicType
approach instead
public abstract class CharBooleanType
Superclass for types that map Java boolean to SQL CHAR(1).
Field Summary |
---|
Fields inherited from class org.hibernate.type.BooleanType |
---|
INSTANCE |
Constructor Summary | |
---|---|
protected |
CharBooleanType(char characterValueTrue,
char characterValueFalse)
Deprecated. |
Method Summary | |
---|---|
protected String |
getFalseString()
Deprecated. Pass the true/false values into constructor instead. |
protected String |
getTrueString()
Deprecated. Pass the true/false values into constructor instead. |
Methods inherited from class org.hibernate.type.BooleanType |
---|
getDefaultValue, getName, getPrimitiveClass, getRegistrationKeys, objectToSQLString, stringToObject |
Methods inherited from class org.hibernate.type.AbstractSingleColumnStandardBasicType |
---|
nullSafeSet, sqlType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.hibernate.type.PrimitiveType |
---|
toString |
Methods inherited from interface org.hibernate.type.Type |
---|
assemble, beforeAssemble, compare, deepCopy, defaultSizes, dictatedSizes, disassemble, fromXMLNode, getColumnSpan, getHashCode, getHashCode, getReturnedClass, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isDirty, isEntityType, isEqual, isEqual, isModified, isMutable, isSame, isXMLElement, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, replace, replace, resolve, semiResolve, setToXMLNode, sqlTypes, toColumnNullness, toLoggableString |
Methods inherited from interface org.hibernate.type.SingleColumnType |
---|
fromStringValue, get, nullSafeGet, set, toString |
Constructor Detail |
---|
protected CharBooleanType(char characterValueTrue, char characterValueFalse)
Method Detail |
---|
protected final String getTrueString()
protected final String getFalseString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |