类 WeekStateType
- java.lang.Object
-
- org.beangle.orm.hibernate.udt.WeekStateType
-
- 所有已实现的接口:
org.hibernate.usertype.UserType
public class WeekStateType extends Object implements org.hibernate.usertype.UserType
-
-
构造器概要
构造器 构造器 说明 WeekStateType()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Objectassemble(Serializable cached, Object owner)ObjectdeepCopy(Object value)Serializabledisassemble(Object value)booleanequals(Object x, Object y)inthashCode(Object x)booleanisMutable()ObjectnullSafeGet(ResultSet resultSet, String[] names, org.hibernate.engine.spi.SessionImplementor session, Object owner)voidnullSafeSet(PreparedStatement statement, Object value, int index, org.hibernate.engine.spi.SessionImplementor session)Objectreplace(Object original, Object target, Object owner)ClassreturnedClass()int[]sqlTypes()
-
-
-
方法详细资料
-
sqlTypes
public int[] sqlTypes()
- 指定者:
sqlTypes在接口中org.hibernate.usertype.UserType
-
returnedClass
public Class returnedClass()
- 指定者:
returnedClass在接口中org.hibernate.usertype.UserType
-
hashCode
public int hashCode(Object x)
- 指定者:
hashCode在接口中org.hibernate.usertype.UserType
-
isMutable
public boolean isMutable()
- 指定者:
isMutable在接口中org.hibernate.usertype.UserType
-
disassemble
public Serializable disassemble(Object value)
- 指定者:
disassemble在接口中org.hibernate.usertype.UserType
-
assemble
public Object assemble(Serializable cached, Object owner)
- 指定者:
assemble在接口中org.hibernate.usertype.UserType
-
replace
public Object replace(Object original, Object target, Object owner)
- 指定者:
replace在接口中org.hibernate.usertype.UserType
-
nullSafeGet
public Object nullSafeGet(ResultSet resultSet, String[] names, org.hibernate.engine.spi.SessionImplementor session, Object owner) throws org.hibernate.HibernateException, SQLException
- 指定者:
nullSafeGet在接口中org.hibernate.usertype.UserType- 抛出:
org.hibernate.HibernateExceptionSQLException
-
nullSafeSet
public void nullSafeSet(PreparedStatement statement, Object value, int index, org.hibernate.engine.spi.SessionImplementor session) throws org.hibernate.HibernateException, SQLException
- 指定者:
nullSafeSet在接口中org.hibernate.usertype.UserType- 抛出:
org.hibernate.HibernateExceptionSQLException
-
-