类 GenderRatioType
java.lang.Object
org.openurp.edu.clazz.util.GenderRatioType
- 所有已实现的接口:
org.hibernate.usertype.UserType
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明assemble(Serializable cached, Object owner) disassemble(Object value) booleanintbooleannullSafeGet(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) Class<?>int[]sqlTypes()
-
构造器详细资料
-
GenderRatioType
public GenderRatioType()
-
-
方法详细资料
-
sqlTypes
public int[] sqlTypes()- 指定者:
sqlTypes在接口中org.hibernate.usertype.UserType
-
returnedClass
- 指定者:
returnedClass在接口中org.hibernate.usertype.UserType
-
equals
- 指定者:
equals在接口中org.hibernate.usertype.UserType
-
hashCode
- 指定者:
hashCode在接口中org.hibernate.usertype.UserType
-
deepCopy
- 指定者:
deepCopy在接口中org.hibernate.usertype.UserType
-
isMutable
public boolean isMutable()- 指定者:
isMutable在接口中org.hibernate.usertype.UserType
-
disassemble
- 指定者:
disassemble在接口中org.hibernate.usertype.UserType
-
assemble
- 指定者:
assemble在接口中org.hibernate.usertype.UserType
-
replace
- 指定者:
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
-