com.opensymphony.workflow.loader
Class NotNullStringType
java.lang.Object
net.sf.hibernate.type.AbstractType
net.sf.hibernate.type.NullableType
net.sf.hibernate.type.ImmutableType
net.sf.hibernate.type.StringType
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
| 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 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 |
NotNullStringType
public NotNullStringType()
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
|