com.opensymphony.workflow.spi.hibernate3
Class NotNullStringType

java.lang.Object
  extended by org.hibernate.type.AbstractType
      extended by org.hibernate.type.NullableType
          extended by org.hibernate.type.ImmutableType
              extended by org.hibernate.type.StringType
                  extended by com.opensymphony.workflow.spi.hibernate3.NotNullStringType
All Implemented Interfaces:
Serializable, org.hibernate.type.DiscriminatorType, org.hibernate.type.IdentifierType, org.hibernate.type.LiteralType, org.hibernate.type.Type

public class NotNullStringType
extends org.hibernate.type.StringType

DOCUMENT ME!

Version:
$Revision$
Author:
$author$
See Also:
Serialized Form

Constructor Summary
NotNullStringType()
           
 
Method Summary
 Object get(ResultSet rs, String name)
           
 void set(PreparedStatement st, Object value, int index)
           
 
Methods inherited from class org.hibernate.type.StringType
fromStringValue, getName, getReturnedClass, objectToSQLString, sqlType, stringToObject, toString
 
Methods inherited from class org.hibernate.type.ImmutableType
deepCopy, isMutable, replace
 
Methods inherited from class org.hibernate.type.NullableType
fromXMLNode, fromXMLString, getColumnSpan, isEqual, isEqual, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, nullSafeSet, setToXMLNode, sqlTypes, toLoggableString, toXMLString
 
Methods inherited from class org.hibernate.type.AbstractType
assemble, compare, disassemble, getHashCode, getHashCode, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isEntityType, isEqual, isModified, isSame, isXMLElement, 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, compare, deepCopy, disassemble, fromXMLNode, getColumnSpan, getHashCode, getHashCode, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isEntityType, isEqual, isEqual, isModified, isMutable, isSame, isXMLElement, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, replace, resolve, semiResolve, setToXMLNode, sqlTypes, toLoggableString
 

Constructor Detail

NotNullStringType

public NotNullStringType()
Method Detail

get

public Object get(ResultSet rs,
                  String name)
           throws SQLException
Overrides:
get in class org.hibernate.type.StringType
Throws:
SQLException

set

public void set(PreparedStatement st,
                Object value,
                int index)
         throws SQLException
Overrides:
set in class org.hibernate.type.StringType
Throws:
SQLException

OpenSymphony Workflow Project Page