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