|
||||||||||
| 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
fr.ifremer.isisfish.types.hibernate.MonthType
public class MonthType
MonthType.java Created: 19 janv. 2006
| Constructor Summary | |
|---|---|
MonthType()
|
|
| Method Summary | |
|---|---|
Object |
fromStringValue(String xml)
|
Object |
get(ResultSet rs,
String name)
|
String |
getName()
|
Class |
getReturnedClass()
|
void |
set(PreparedStatement st,
Object value,
int index)
|
int |
sqlType()
|
String |
toString(Object value)
|
| 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 MonthType()
| Method Detail |
|---|
public Object get(ResultSet rs,
String name)
throws org.hibernate.HibernateException,
SQLException
get in class org.hibernate.type.NullableTypeorg.hibernate.HibernateException
SQLException
public void set(PreparedStatement st,
Object value,
int index)
throws org.hibernate.HibernateException,
SQLException
set in class org.hibernate.type.NullableTypeorg.hibernate.HibernateException
SQLExceptionpublic int sqlType()
sqlType in class org.hibernate.type.NullableType
public String toString(Object value)
throws org.hibernate.HibernateException
toString in interface org.hibernate.type.StringRepresentableTypetoString in class org.hibernate.type.NullableTypeorg.hibernate.HibernateException
public Object fromStringValue(String xml)
throws org.hibernate.HibernateException
fromStringValue in interface org.hibernate.type.StringRepresentableTypefromStringValue in class org.hibernate.type.NullableTypeorg.hibernate.HibernateExceptionpublic Class getReturnedClass()
public String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||