Class OperationPersistentType
- java.lang.Object
-
- com.atlassian.confluence.impl.hibernate.HibernateUserType
-
- com.atlassian.confluence.impl.user.crowd.hibernate.types.EnumPersistentType<com.atlassian.crowd.embedded.api.OperationType>
-
- com.atlassian.confluence.impl.user.crowd.hibernate.types.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 Summary
Constructors Constructor Description OperationPersistentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<com.atlassian.crowd.embedded.api.OperationType>
returnedClass()
-
Methods inherited from class com.atlassian.confluence.impl.user.crowd.hibernate.types.EnumPersistentType
deepCopy, equals, isMutable, nullSafeGetImpl, nullSafeSetImpl, sqlTypes
-
Methods inherited from class com.atlassian.confluence.impl.hibernate.HibernateUserType
assemble, disassemble, hashCode, nullSafeGet, nullSafeSet, replace
-
-
-
-
Method Detail
-
returnedClass
public Class<com.atlassian.crowd.embedded.api.OperationType> returnedClass()
- Specified by:
returnedClass
in interfaceorg.hibernate.usertype.UserType
- Specified by:
returnedClass
in classEnumPersistentType<com.atlassian.crowd.embedded.api.OperationType>
-
-