Class LearningRecordUserActionType

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

    public class LearningRecordUserActionType
    extends de.tudarmstadt.ukp.clarin.webanno.support.PersistentEnumUserType<LearningRecordType>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<LearningRecordType> returnedClass()  
      • Methods inherited from class de.tudarmstadt.ukp.clarin.webanno.support.PersistentEnumUserType

        assemble, deepCopy, disassemble, equals, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, sqlTypes
      • Methods inherited from class java.lang.Object

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

      • LearningRecordUserActionType

        public LearningRecordUserActionType()
    • Method Detail

      • returnedClass

        public java.lang.Class<LearningRecordType> returnedClass()
        Specified by:
        returnedClass in interface org.hibernate.usertype.UserType
        Specified by:
        returnedClass in class de.tudarmstadt.ukp.clarin.webanno.support.PersistentEnumUserType<LearningRecordType>