|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.type.AbstractType
org.hibernate.type.NullableType
org.hibernate.type.ImmutableType
org.ow2.orchestra.pvm.internal.hibernate.ConverterType
public class ConverterType
| Constructor Summary | |
|---|---|
ConverterType()
|
|
| Method Summary | |
|---|---|
Object |
fromStringValue(String arg0)
|
Object |
get(ResultSet resultSet,
String name)
|
String |
getName()
|
Class<?> |
getReturnedClass()
|
void |
set(PreparedStatement stmt,
Object value,
int index)
|
void |
setParameterValues(Properties properties)
|
int |
sqlType()
|
String |
toString(Object arg0)
|
| Methods inherited from class org.hibernate.type.ImmutableType |
|---|
deepCopy, isMutable, replace |
| Methods inherited from class org.hibernate.type.NullableType |
|---|
fromXMLNode, fromXMLString, getColumnSpan, isDirty, isEqual, isEqual, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, nullSafeSet, nullSafeToString, setToXMLNode, sqlTypes, toColumnNullness, toLoggableString, toXMLString |
| Methods inherited from class org.hibernate.type.AbstractType |
|---|
assemble, beforeAssemble, compare, disassemble, getHashCode, getHashCode, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isEntityType, isEqual, isModified, isSame, isXMLElement, replace, replaceNode, resolve, semiResolve |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConverterType()
| Method Detail |
|---|
public Object fromStringValue(String arg0)
fromStringValue in class org.hibernate.type.NullableType
public Object get(ResultSet resultSet,
String name)
throws SQLException
get in class org.hibernate.type.NullableTypeSQLException
public void set(PreparedStatement stmt,
Object value,
int index)
throws SQLException
set in class org.hibernate.type.NullableTypeSQLExceptionpublic int sqlType()
sqlType in class org.hibernate.type.NullableTypepublic String toString(Object arg0)
toString in class org.hibernate.type.NullableTypepublic String getName()
getName in interface org.hibernate.type.Typepublic Class<?> getReturnedClass()
getReturnedClass in interface org.hibernate.type.Typepublic void setParameterValues(Properties properties)
setParameterValues in interface org.hibernate.usertype.ParameterizedType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||