Class ApplicationPersistentType

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

    public final class ApplicationPersistentType
    extends EnumPersistentType<com.atlassian.crowd.model.application.ApplicationType>
    Since:
    7.20.0
    See Also:
    Serialized Form
    • Constructor Detail

      • ApplicationPersistentType

        public ApplicationPersistentType()
    • Method Detail

      • returnedClass

        public Class<com.atlassian.crowd.model.application.ApplicationType> returnedClass()
        Specified by:
        returnedClass in interface org.hibernate.usertype.UserType
        Specified by:
        returnedClass in class EnumPersistentType<com.atlassian.crowd.model.application.ApplicationType>