|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.type.AbstractType
org.hibernate.type.NullableType
org.hibernate.type.ImmutableType
org.hibernate.type.PrimitiveType
org.hibernate.type.BooleanType
org.hibernate.type.CharBooleanType
org.hibernate.type.TrueFalseType
true_false: A type that maps an SQL CHAR(1) to a Java Boolean.
Constructor Summary | |
TrueFalseType()
|
Method Summary | |
protected String |
getFalseString()
|
String |
getName()
Returns the abbreviated name of the type. |
protected String |
getTrueString()
|
Methods inherited from class org.hibernate.type.CharBooleanType |
get, objectToSQLString, set, sqlType, stringToObject |
Methods inherited from class org.hibernate.type.BooleanType |
fromStringValue, getDefaultValue, getPrimitiveClass, getReturnedClass |
Methods inherited from class org.hibernate.type.PrimitiveType |
toString |
Methods inherited from class org.hibernate.type.ImmutableType |
deepCopy, isMutable, replace |
Methods inherited from class org.hibernate.type.NullableType |
fromXMLNode, fromXMLString, getColumnSpan, isDirty, isEqual, isEqual, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, nullSafeSet, setToXMLNode, sqlTypes, toColumnNullness, toLoggableString, toXMLString |
Methods inherited from class org.hibernate.type.AbstractType |
assemble, beforeAssemble, compare, disassemble, getHashCode, getHashCode, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isEntityType, isEqual, isModified, isSame, isXMLElement, replace, replaceNode, resolve, semiResolve |
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.Type |
assemble, beforeAssemble, compare, deepCopy, disassemble, fromXMLNode, getColumnSpan, getHashCode, getHashCode, 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 |
Constructor Detail |
public TrueFalseType()
Method Detail |
protected final String getTrueString()
getTrueString
in class CharBooleanType
protected final String getFalseString()
getFalseString
in class CharBooleanType
public String getName()
Type
getName
in interface Type
getName
in class BooleanType
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |