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