Class SynchronisationStatusKeyPersistentType
- java.lang.Object
-
- com.atlassian.confluence.impl.hibernate.HibernateUserType
-
- com.atlassian.confluence.impl.user.crowd.hibernate.types.EnumPersistentType<com.atlassian.crowd.model.directory.SynchronisationStatusKey>
-
- com.atlassian.confluence.impl.user.crowd.hibernate.types.SynchronisationStatusKeyPersistentType
-
- All Implemented Interfaces:
Serializable
,org.hibernate.usertype.UserType
public final class SynchronisationStatusKeyPersistentType extends EnumPersistentType<com.atlassian.crowd.model.directory.SynchronisationStatusKey>
- Since:
- 7.11.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SynchronisationStatusKeyPersistentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<com.atlassian.crowd.model.directory.SynchronisationStatusKey>
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.model.directory.SynchronisationStatusKey> returnedClass()
- Specified by:
returnedClass
in interfaceorg.hibernate.usertype.UserType
- Specified by:
returnedClass
in classEnumPersistentType<com.atlassian.crowd.model.directory.SynchronisationStatusKey>
-
-