Package com.atlassian.bamboo.key
Class KeyUserType<K extends Key>
- java.lang.Object
-
- com.atlassian.bamboo.persistence3.ConvertibleToStringUserType<K>
-
- com.atlassian.bamboo.key.KeyUserType<K>
-
- All Implemented Interfaces:
Serializable
,org.hibernate.usertype.UserType
- Direct Known Subclasses:
DeploymentKeyUserType
,PlanKeyUserType
public abstract class KeyUserType<K extends Key> extends ConvertibleToStringUserType<K>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
KeyUserType(Class<K> keyClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString(K key)
-
Methods inherited from class com.atlassian.bamboo.persistence3.ConvertibleToStringUserType
assemble, deepCopy, disassemble, equals, fromString, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, returnedClass, sqlTypes
-
-