Save This Page
Home » Hibernate-3.3.2.GA » org.hibernate » type » [javadoc | source]
org.hibernate.type
public class: YesNoType [javadoc | source]
java.lang.Object
   org.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.YesNoType

All Implemented Interfaces:
    DiscriminatorType, LiteralType, Type

yes_no: A type that maps an SQL CHAR(1) to a Java Boolean.
Method from org.hibernate.type.YesNoType Summary:
getFalseString,   getName,   getTrueString
Methods from org.hibernate.type.CharBooleanType:
get,   getFalseString,   getTrueString,   objectToSQLString,   set,   sqlType,   stringToObject
Methods from org.hibernate.type.BooleanType:
fromStringValue,   get,   getDefaultValue,   getName,   getPrimitiveClass,   getReturnedClass,   objectToSQLString,   set,   sqlType,   stringToObject
Methods from org.hibernate.type.PrimitiveType:
getDefaultValue,   getPrimitiveClass,   toString
Methods from org.hibernate.type.ImmutableType:
deepCopy,   isMutable,   replace
Methods from org.hibernate.type.NullableType:
fromStringValue,   fromXMLNode,   fromXMLString,   get,   getColumnSpan,   isDirty,   isEqual,   isEqual,   nullSafeGet,   nullSafeGet,   nullSafeGet,   nullSafeGet,   nullSafeSet,   nullSafeSet,   nullSafeSet,   nullSafeToString,   set,   setToXMLNode,   sqlType,   sqlTypes,   toColumnNullness,   toLoggableString,   toString,   toXMLString
Methods from org.hibernate.type.AbstractType:
assemble,   beforeAssemble,   compare,   disassemble,   getHashCode,   getHashCode,   getSemiResolvedType,   hydrate,   isAnyType,   isAssociationType,   isCollectionType,   isComponentType,   isDirty,   isEntityType,   isEqual,   isEqual,   isModified,   isSame,   isXMLElement,   replace,   replaceNode,   resolve,   semiResolve
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.type.YesNoType Detail:
 protected final String getFalseString() 
 public String getName() 
 protected final String getTrueString()