Class UserKeyUserType

  • All Implemented Interfaces:
    Serializable, org.hibernate.usertype.UserType

    public class UserKeyUserType
    extends HibernateUserType
    A Hibernate 5 UserType which allows UserKey objects to be persisted as mapped properties.
    Since:
    5.2
    See Also:
    Serialized Form
    • Constructor Detail

      • UserKeyUserType

        public UserKeyUserType()
    • Method Detail

      • sqlTypes

        public int[] sqlTypes()
      • returnedClass

        public Class returnedClass()
      • getStringValue

        public static String getStringValue​(com.atlassian.sal.api.user.UserKey userKey)
        Returns the actual String value that will be used as the database value for the given key
      • isMutable

        public boolean isMutable()