com.atlassian.bamboo.plan
Class PlanResultKeyUserType

java.lang.Object
  extended by com.atlassian.bamboo.persistence3.ConvertibleToStringUserType<PlanResultKey>
      extended by com.atlassian.bamboo.plan.PlanResultKeyUserType
All Implemented Interfaces:
net.sf.hibernate.UserType

public class PlanResultKeyUserType
extends ConvertibleToStringUserType<PlanResultKey>


Constructor Summary
PlanResultKeyUserType()
           
 
Method Summary
 PlanResultKey fromString(java.lang.String key)
           
static net.sf.hibernate.type.Type getHibernateType()
           
 java.lang.String toString(PlanResultKey planResultKey)
           
 
Methods inherited from class com.atlassian.bamboo.persistence3.ConvertibleToStringUserType
deepCopy, equals, isMutable, nullSafeGet, nullSafeSet, returnedClass, sqlTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanResultKeyUserType

public PlanResultKeyUserType()
Method Detail

fromString

public PlanResultKey fromString(@NotNull
                                java.lang.String key)
Specified by:
fromString in class ConvertibleToStringUserType<PlanResultKey>

toString

public java.lang.String toString(@NotNull
                                 PlanResultKey planResultKey)
Overrides:
toString in class ConvertibleToStringUserType<PlanResultKey>

getHibernateType

public static net.sf.hibernate.type.Type getHibernateType()
                                                   throws net.sf.hibernate.HibernateException
Throws:
net.sf.hibernate.HibernateException


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.