| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.type.AbstractTypeorg.hibernate.type.NullableTypeorg.hibernate.type.MutableTypeorg.hibernate.type.TimeTypeMethod Summary | |
Object |
|
Object |
|
Object |
|
int |
|
String |
|
Class |
|
boolean |
|
String |
|
void |
|
int |
|
String |
|
Methods inherited from class org.hibernate.type.MutableType | |
deepCopy, deepCopyNotNull, isMutable, replace | |
Methods inherited from class 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 inherited from class 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 | |
public Object deepCopyNotNull(Object value)
- Overrides:
- deepCopyNotNull in interface MutableType
public Object fromStringValue(String xml)
throws HibernateException
- Overrides:
- fromStringValue in interface NullableType
public Object get(ResultSet rs,
String name)
throws SQLException
- Overrides:
- get in interface NullableType
public int getHashCode(Object x,
EntityMode entityMode)Get a hashcode, consistent with persistence "equality"
- Specified by:
- getHashCode in interface Type
- Overrides:
- getHashCode in interface AbstractType
- Parameters:
x-entityMode-
public String getName()
Returns the abbreviated name of the type.
- Returns:
- String the Hibernate type name
public Class getReturnedClass()
The class returned by nullSafeGet() methods. This is used to establish the class of an array of this type.
- Specified by:
- getReturnedClass in interface Type
- Returns:
- Class
public String objectToSQLString(Object value,
Dialect dialect)
throws Exception
- Specified by:
- objectToSQLString in interface LiteralType
public void set(PreparedStatement st,
Object value,
int index)
throws SQLException
- Overrides:
- set in interface NullableType