Class SpaceTypeUserType

    • Constructor Detail

      • SpaceTypeUserType

        public SpaceTypeUserType()
    • Method Detail

      • sqlTypes

        public int[] sqlTypes()
        Specified by:
        sqlTypes in interface org.hibernate.usertype.UserType
      • returnedClass

        public Class returnedClass()
        Specified by:
        returnedClass in interface org.hibernate.usertype.UserType
      • equals

        public boolean equals​(Object x,
                              Object y)
        Specified by:
        equals in interface org.hibernate.usertype.UserType
      • deepCopy

        public Object deepCopy​(Object object)
        Specified by:
        deepCopy in interface org.hibernate.usertype.UserType
      • isMutable

        public boolean isMutable()
        Specified by:
        isMutable in interface org.hibernate.usertype.UserType