de.nava.informa.impl.hibernate
Class ChannelUpdatePeriodUserType
java.lang.Object
de.nava.informa.impl.hibernate.ChannelUpdatePeriodUserType
- All Implemented Interfaces:
- UserType
public class ChannelUpdatePeriodUserType
- extends Object
- implements UserType
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelUpdatePeriodUserType
public ChannelUpdatePeriodUserType()
sqlTypes
public int[] sqlTypes()
- Specified by:
sqlTypes
in interface UserType
- See Also:
UserType.sqlTypes()
returnedClass
public Class returnedClass()
- Specified by:
returnedClass
in interface UserType
- See Also:
UserType.returnedClass()
nullSafeGet
public Object nullSafeGet(ResultSet resultSet,
String[] names,
Object owner)
throws HibernateException,
SQLException
- Specified by:
nullSafeGet
in interface UserType
- Throws:
HibernateException
SQLException
- See Also:
UserType.nullSafeGet(java.sql.ResultSet, java.lang.String[], java.lang.Object)
nullSafeSet
public void nullSafeSet(PreparedStatement preparedStatement,
Object value,
int index)
throws HibernateException,
SQLException
- Specified by:
nullSafeSet
in interface UserType
- Throws:
HibernateException
SQLException
- See Also:
UserType.nullSafeSet(java.sql.PreparedStatement, java.lang.Object, int)
deepCopy
public Object deepCopy(Object value)
throws HibernateException
- Specified by:
deepCopy
in interface UserType
- Throws:
HibernateException
- See Also:
UserType.deepCopy(java.lang.Object)
isMutable
public boolean isMutable()
- Specified by:
isMutable
in interface UserType
- See Also:
UserType.isMutable()
assemble
public Object assemble(Serializable cached,
Object owner)
throws HibernateException
- Specified by:
assemble
in interface UserType
- Throws:
HibernateException
- See Also:
UserType.assemble(java.io.Serializable, java.lang.Object)
disassemble
public Serializable disassemble(Object value)
throws HibernateException
- Specified by:
disassemble
in interface UserType
- Throws:
HibernateException
- See Also:
UserType.disassemble(java.lang.Object)
replace
public Object replace(Object original,
Object target,
Object owner)
throws HibernateException
- Specified by:
replace
in interface UserType
- Throws:
HibernateException
- See Also:
UserType.replace(java.lang.Object, java.lang.Object, java.lang.Object)
hashCode
public int hashCode(Object x)
throws HibernateException
- Specified by:
hashCode
in interface UserType
- Throws:
HibernateException
- See Also:
UserType.hashCode(java.lang.Object)
equals
public boolean equals(Object x,
Object y)
throws HibernateException
- Specified by:
equals
in interface UserType
- Throws:
HibernateException
- See Also:
UserType.equals(java.lang.Object, java.lang.Object)
Copyright © 2002-2007 Niko Schmuck.
All Rights Reserved.