Package com.atlassian.bamboo.persister
Class AuditLogEntityTypeUserType
- java.lang.Object
-
- com.atlassian.bamboo.persistence3.ConvertibleToStringUserType<AuditLogEntityType>
-
- com.atlassian.bamboo.persister.AuditLogEntityTypeUserType
-
- All Implemented Interfaces:
Serializable
,org.hibernate.usertype.UserType
public class AuditLogEntityTypeUserType extends ConvertibleToStringUserType<AuditLogEntityType>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuditLogEntityTypeUserType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuditLogEntityType
fromString(@NotNull String stringValue)
-
Methods inherited from class com.atlassian.bamboo.persistence3.ConvertibleToStringUserType
assemble, deepCopy, disassemble, equals, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, returnedClass, sqlTypes, toString
-
-
-
-
Method Detail
-
fromString
public AuditLogEntityType fromString(@NotNull @NotNull String stringValue)
- Specified by:
fromString
in classConvertibleToStringUserType<AuditLogEntityType>
-
-