Class IsIsISAdjStateUserType

  • All Implemented Interfaces:
    java.io.Serializable, org.hibernate.usertype.EnhancedUserType, org.hibernate.usertype.ParameterizedType, org.hibernate.usertype.UserType

    public class IsIsISAdjStateUserType
    extends org.hibernate.type.EnumType
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.hibernate.type.EnumType

        CATALOG, COLUMN, ENUM, SCHEMA, TABLE, TYPE
    • Constructor Summary

      Constructors 
      Constructor Description
      IsIsISAdjStateUserType()
      A public default constructor is required by Hibernate.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int hashCode​(java.lang.Object x)  
      java.lang.Object nullSafeGet​(java.sql.ResultSet rs, java.lang.String[] names, java.lang.Object owner)  
      void nullSafeSet​(java.sql.PreparedStatement st, java.lang.Object value, int index)  
      java.lang.Class<IsIsLink.IsisISAdjState> returnedClass()  
      void setParameterValues​(java.util.Properties parameters)  
      int[] sqlTypes()  
      • Methods inherited from class org.hibernate.type.EnumType

        assemble, deepCopy, disassemble, equals, fromXMLString, isMutable, objectToSQLString, replace, toXMLString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IsIsISAdjStateUserType

        public IsIsISAdjStateUserType()
        A public default constructor is required by Hibernate.
    • Method Detail

      • hashCode

        public int hashCode​(java.lang.Object x)
                     throws org.hibernate.HibernateException
        Specified by:
        hashCode in interface org.hibernate.usertype.UserType
        Overrides:
        hashCode in class org.hibernate.type.EnumType
        Throws:
        org.hibernate.HibernateException
      • nullSafeGet

        public java.lang.Object nullSafeGet​(java.sql.ResultSet rs,
                                            java.lang.String[] names,
                                            java.lang.Object owner)
                                     throws org.hibernate.HibernateException,
                                            java.sql.SQLException
        Specified by:
        nullSafeGet in interface org.hibernate.usertype.UserType
        Overrides:
        nullSafeGet in class org.hibernate.type.EnumType
        Throws:
        org.hibernate.HibernateException
        java.sql.SQLException
      • nullSafeSet

        public void nullSafeSet​(java.sql.PreparedStatement st,
                                java.lang.Object value,
                                int index)
                         throws org.hibernate.HibernateException,
                                java.sql.SQLException
        Specified by:
        nullSafeSet in interface org.hibernate.usertype.UserType
        Overrides:
        nullSafeSet in class org.hibernate.type.EnumType
        Throws:
        org.hibernate.HibernateException
        java.sql.SQLException
      • returnedClass

        public java.lang.Class<IsIsLink.IsisISAdjState> returnedClass()
        Specified by:
        returnedClass in interface org.hibernate.usertype.UserType
        Overrides:
        returnedClass in class org.hibernate.type.EnumType
      • sqlTypes

        public int[] sqlTypes()
        Specified by:
        sqlTypes in interface org.hibernate.usertype.UserType
        Overrides:
        sqlTypes in class org.hibernate.type.EnumType
      • setParameterValues

        public void setParameterValues​(java.util.Properties parameters)
        Specified by:
        setParameterValues in interface org.hibernate.usertype.ParameterizedType
        Overrides:
        setParameterValues in class org.hibernate.type.EnumType