Class LearningRecordChangeLocationType

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<LearningRecordChangeLocation> 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

      • LearningRecordChangeLocationType

        public LearningRecordChangeLocationType()
    • Method Detail

      • returnedClass

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