com.atlassian.bamboo.plan
Class PlanKeyUserType

java.lang.Object
  extended by com.atlassian.bamboo.persistence3.ConvertibleToStringUserType<K>
      extended by com.atlassian.bamboo.key.KeyUserType<PlanKey>
          extended by com.atlassian.bamboo.plan.PlanKeyUserType
All Implemented Interfaces:
org.hibernate.usertype.UserType

public class PlanKeyUserType
extends KeyUserType<PlanKey>


Constructor Summary
PlanKeyUserType()
           
 
Method Summary
 PlanKey fromString(String key)
           
static org.hibernate.type.Type getHibernateType()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanKeyUserType

public PlanKeyUserType()
Method Detail

fromString

public PlanKey fromString(@NotNull
                          String key)
Specified by:
fromString in class ConvertibleToStringUserType<PlanKey>

getHibernateType

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


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.