Class DeltaStateUserType
- java.lang.Object
-
- com.atlassian.bamboo.persistence3.ConvertibleToStringUserType<DeltaState>
-
- com.atlassian.bamboo.resultsummary.DeltaStateUserType
-
- All Implemented Interfaces:
Serializable
,org.hibernate.usertype.UserType
public class DeltaStateUserType extends ConvertibleToStringUserType<DeltaState>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeltaStateUserType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeltaState
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 DeltaState fromString(@NotNull @NotNull String stringValue)
- Specified by:
fromString
in classConvertibleToStringUserType<DeltaState>
-
-