Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » type » [javadoc | source]
org.hibernate.type
abstract public class: PrimitiveType [javadoc | source]
java.lang.Object
   org.hibernate.type.AbstractType
      org.hibernate.type.NullableType
         org.hibernate.type.ImmutableType
            org.hibernate.type.PrimitiveType

All Implemented Interfaces:
    LiteralType, Type

Direct Known Subclasses:
    ShortType, ByteType, IntegerType, CharBooleanType, BooleanType, YesNoType, NumericBooleanType, DoubleType, TrueFalseType, LongType, CharacterType, FloatType

Superclass of primitive / primitive wrapper types.
Method from org.hibernate.type.PrimitiveType Summary:
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:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.type.PrimitiveType Detail:
 abstract public Serializable getDefaultValue()
 abstract public Class getPrimitiveClass()
 public String toString(Object value)