| 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.MetaTypepublic class MetaTypeextends AbstractTypeMethod Summary | |
Object |
|
Object |
|
Object |
|
int |
|
String |
|
Class | |
boolean |
|
boolean | |
Object |
|
Object |
|
void |
|
void |
|
Object |
|
void |
|
int[] | |
boolean[] |
|
String |
|
String |
|
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 deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory)
throws HibernateExceptionpublic Object fromXMLNode(Node xml,
Mapping factory)
throws HibernateException
- Specified by:
- fromXMLNode in interface Type
public int getColumnSpan(Mapping mapping) throws MappingException
- Specified by:
- getColumnSpan in interface Type
public boolean isDirty(Object old,
Object current,
boolean[] checkable,
SessionImplementor session)
throws HibernateExceptionpublic Object nullSafeGet(ResultSet rs,
String name,
SessionImplementor session,
Object owner)
throws HibernateException,
SQLException
- Specified by:
- nullSafeGet in interface Type
public Object nullSafeGet(ResultSet rs,
String[] names,
SessionImplementor session,
Object owner)
throws HibernateException,
SQLException
- Specified by:
- nullSafeGet in interface Type
public void nullSafeSet(PreparedStatement st,
Object value,
int index,
boolean[] settable,
SessionImplementor session)
throws HibernateException,
SQLException
- Specified by:
- nullSafeSet in interface Type
public void nullSafeSet(PreparedStatement st,
Object value,
int index,
SessionImplementor session)
throws HibernateException,
SQLException
- Specified by:
- nullSafeSet in interface Type
public Object replace(Object original,
Object target,
SessionImplementor session,
Object owner,
Map copyCache)public void setToXMLNode(Node node,
Object value,
SessionFactoryImplementor factory)
throws HibernateException
- Specified by:
- setToXMLNode in interface Type
public boolean[] toColumnNullness(Object value,
Mapping mapping)
- Specified by:
- toColumnNullness in interface Type
public String toLoggableString(Object value,
SessionFactoryImplementor factory)
throws HibernateException
- Specified by:
- toLoggableString in interface Type
public String toXMLString(Object value,
SessionFactoryImplementor factory)
throws HibernateException