Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.type.AbstractType
org.hibernate.type.NullableType
org.hibernate.type.ImmutableType
org.hibernate.type.CurrencyType
java.util.Currency
Field Summary | |
static Class |
Method Summary | |
Object |
|
Object |
|
String |
|
Class | |
String |
|
void |
|
int |
|
String |
|
Methods inherited from class org.hibernate.type.ImmutableType | |
deepCopy , 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 fromStringValue(String xml) throws HibernateException
- Overrides:
- fromStringValue in interface NullableType
public Object get(ResultSet rs, String name) throws HibernateException, SQLException
- Overrides:
- get in interface NullableType
- See Also:
NullableType.get(ResultSet,String)
public Class getReturnedClass()
- Specified by:
- getReturnedClass in interface Type
- See Also:
Type.getReturnedClass()
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 HibernateException, SQLException
- Overrides:
- set in interface NullableType
public int sqlType()
- Overrides:
- sqlType in interface NullableType
- See Also:
NullableType.sqlType()
public String toString(Object value) throws HibernateException
- Overrides:
- toString in interface NullableType