Class RevisionTypeType

    • Constructor Detail

      • RevisionTypeType

        public RevisionTypeType()
    • Method Detail

      • getSqlType

        public int getSqlType()
        Specified by:
        getSqlType in interface org.hibernate.usertype.UserType<RevisionType>
      • returnedClass

        public Class<RevisionType> returnedClass()
        Specified by:
        returnedClass in interface org.hibernate.usertype.UserType<RevisionType>
      • nullSafeSet

        public void nullSafeSet​(PreparedStatement preparedStatement,
                                RevisionType value,
                                int index,
                                org.hibernate.engine.spi.SharedSessionContractImplementor session)
                         throws org.hibernate.HibernateException,
                                SQLException
        Specified by:
        nullSafeSet in interface org.hibernate.usertype.UserType<RevisionType>
        Throws:
        org.hibernate.HibernateException
        SQLException
      • deepCopy

        public RevisionType deepCopy​(RevisionType value)
                              throws org.hibernate.HibernateException
        Specified by:
        deepCopy in interface org.hibernate.usertype.UserType<RevisionType>
        Throws:
        org.hibernate.HibernateException
      • isMutable

        public boolean isMutable()
        Specified by:
        isMutable in interface org.hibernate.usertype.UserType<RevisionType>
      • assemble

        public RevisionType assemble​(Serializable cached,
                                     Object owner)
                              throws org.hibernate.HibernateException
        Specified by:
        assemble in interface org.hibernate.usertype.UserType<RevisionType>
        Throws:
        org.hibernate.HibernateException
      • disassemble

        public Serializable disassemble​(RevisionType value)
                                 throws org.hibernate.HibernateException
        Specified by:
        disassemble in interface org.hibernate.usertype.UserType<RevisionType>
        Throws:
        org.hibernate.HibernateException
      • hashCode

        public int hashCode​(RevisionType x)
                     throws org.hibernate.HibernateException
        Specified by:
        hashCode in interface org.hibernate.usertype.UserType<RevisionType>
        Throws:
        org.hibernate.HibernateException
      • equals

        public boolean equals​(RevisionType x,
                              RevisionType y)
                       throws org.hibernate.HibernateException
        Specified by:
        equals in interface org.hibernate.usertype.UserType<RevisionType>
        Throws:
        org.hibernate.HibernateException