Package com.atlassian.bamboo.plan
Class PlanKeyUserType
- All Implemented Interfaces:
Serializable
,org.hibernate.usertype.UserType
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromString
(@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
-
Constructor Details
-
PlanKeyUserType
public PlanKeyUserType()
-
-
Method Details
-
fromString
- 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
-