Class OperationPersistentType

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

    public final class OperationPersistentType
    extends EnumPersistentType<com.atlassian.crowd.embedded.api.OperationType>
    Since:
    7.20.0
    See Also:
    Serialized Form
    • Constructor Detail

      • OperationPersistentType

        public OperationPersistentType()
    • Method Detail

      • returnedClass

        public Class<com.atlassian.crowd.embedded.api.OperationType> returnedClass()
        Specified by:
        returnedClass in interface org.hibernate.usertype.UserType
        Specified by:
        returnedClass in class EnumPersistentType<com.atlassian.crowd.embedded.api.OperationType>