Package com.atlassian.bamboo.plan
Class PlanKeyUserType
- java.lang.Object
-
- com.atlassian.bamboo.persistence3.ConvertibleToStringUserType<K>
-
- com.atlassian.bamboo.key.KeyUserType<PlanKey>
-
- com.atlassian.bamboo.plan.PlanKeyUserType
-
- All Implemented Interfaces:
Serializable
,org.hibernate.usertype.UserType
public class PlanKeyUserType extends KeyUserType<PlanKey>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlanKeyUserType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PlanKey
fromString(@NotNull String key)
static org.hibernate.type.Type
getHibernateType(org.hibernate.Session session)
-
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 PlanKey fromString(@NotNull @NotNull String key)
- Specified by:
fromString
in classConvertibleToStringUserType<PlanKey>
-
getHibernateType
public static org.hibernate.type.Type getHibernateType(org.hibernate.Session session) throws org.hibernate.HibernateException
- Throws:
org.hibernate.HibernateException
-
-