类 HourMinuteType

  • 所有已实现的接口:
    org.hibernate.usertype.UserType

    public class HourMinuteType
    extends Object
    implements org.hibernate.usertype.UserType
    • 构造器详细资料

      • HourMinuteType

        public HourMinuteType()
    • 方法详细资料

      • sqlTypes

        public int[] sqlTypes()
        指定者:
        sqlTypes 在接口中 org.hibernate.usertype.UserType
      • returnedClass

        public Class returnedClass()
        指定者:
        returnedClass 在接口中 org.hibernate.usertype.UserType
      • equals

        public boolean equals​(Object x,
                              Object y)
        指定者:
        equals 在接口中 org.hibernate.usertype.UserType
      • hashCode

        public int hashCode​(Object x)
        指定者:
        hashCode 在接口中 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.HibernateException
        SQLException
      • 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.HibernateException
        SQLException
      • deepCopy

        public Object deepCopy​(Object value)
        指定者:
        deepCopy 在接口中 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