Save This Page
Home » Hibernate-3.3.2.GA » org.hibernate » type » [javadoc | source]
org.hibernate.type
public class: LongType [javadoc | source]
java.lang.Object
   org.hibernate.type.AbstractType
      org.hibernate.type.NullableType
         org.hibernate.type.ImmutableType
            org.hibernate.type.PrimitiveType
               org.hibernate.type.LongType

All Implemented Interfaces:
    DiscriminatorType, VersionType, LiteralType, Type

long: A type that maps an SQL BIGINT to a Java Long.
Method from org.hibernate.type.LongType Summary:
fromStringValue,   get,   getComparator,   getDefaultValue,   getName,   getPrimitiveClass,   getReturnedClass,   next,   objectToSQLString,   seed,   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.LongType Detail:
 public Object fromStringValue(String xml) 
 public Object get(ResultSet rs,
    String name) throws SQLException 
 public Comparator getComparator() 
 public Serializable getDefaultValue() 
 public String getName() 
 public Class getPrimitiveClass() 
 public Class getReturnedClass() 
 public Object next(Object current,
    SessionImplementor session) 
 public String objectToSQLString(Object value,
    Dialect dialect) throws Exception 
 public Object seed(SessionImplementor session) 
 public  void set(PreparedStatement st,
    Object value,
    int index) throws SQLException 
 public int sqlType() 
 public Object stringToObject(String xml) throws Exception