com.opensymphony.workflow.loader
Class NotNullStringType

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

public class NotNullStringType
extends net.sf.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 net.sf.hibernate.type.StringType
equals, fromStringValue, getName, getReturnedClass, objectToSQLString, sqlType, stringToObject, toString
 
Methods inherited from class net.sf.hibernate.type.ImmutableType
copy, deepCopyNotNull, hasNiceEquals, isMutable
 
Methods inherited from class net.sf.hibernate.type.NullableType
deepCopy, fromString, getColumnSpan, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, sqlTypes, toString
 
Methods inherited from class net.sf.hibernate.type.AbstractType
assemble, disassemble, equals, hashCode, hydrate, isAssociationType, isComponentType, isDirty, isEntityType, isModified, isObjectType, isPersistentCollectionType, resolveIdentifier
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.hibernate.type.Type
assemble, copy, deepCopy, disassemble, fromString, getColumnSpan, hasNiceEquals, hydrate, isAssociationType, isComponentType, isDirty, isEntityType, isModified, isMutable, isObjectType, isPersistentCollectionType, nullSafeGet, nullSafeGet, nullSafeSet, resolveIdentifier, sqlTypes, toString
 

Constructor Detail

NotNullStringType

public NotNullStringType()
Method Detail

get

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

set

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

OpenSymphony Workflow Project Page