com.atlassian.bamboo.deployments
Class DeploymentKeyUserType

java.lang.Object
  extended by com.atlassian.bamboo.persistence3.ConvertibleToStringUserType<K>
      extended by com.atlassian.bamboo.key.KeyUserType<DeploymentKeyImpl>
          extended by com.atlassian.bamboo.deployments.DeploymentKeyUserType
All Implemented Interfaces:
net.sf.hibernate.UserType

public class DeploymentKeyUserType
extends KeyUserType<DeploymentKeyImpl>


Constructor Summary
DeploymentKeyUserType()
           
 
Method Summary
 DeploymentKeyImpl fromString(java.lang.String key)
           
static net.sf.hibernate.type.Type getHibernateType()
           
 
Methods inherited from class com.atlassian.bamboo.key.KeyUserType
toString
 
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

DeploymentKeyUserType

public DeploymentKeyUserType()
Method Detail

fromString

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

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.