public class

ReasonForBuildUserType

extends Object
implements UserType
java.lang.Object
   ↳ com.atlassian.bamboo.resultsummary.ReasonForBuildUserType

Summary

Public Constructors
ReasonForBuildUserType()
Public Methods
Object deepCopy(Object object)
boolean equals(Object object, Object object1)
boolean isMutable()
Object nullSafeGet(ResultSet resultSet, String[] names, Object object)
void nullSafeSet(PreparedStatement preparedStatement, Object object, int i)
Class returnedClass()
int[] sqlTypes()
[Expand]
Inherited Methods
From class java.lang.Object
From interface net.sf.hibernate.UserType

Public Constructors

public ReasonForBuildUserType ()

Public Methods

public Object deepCopy (Object object)

Throws
HibernateException

public boolean equals (Object object, Object object1)

Throws
HibernateException

public boolean isMutable ()

public Object nullSafeGet (ResultSet resultSet, String[] names, Object object)

Throws
HibernateException
SQLException

public void nullSafeSet (PreparedStatement preparedStatement, Object object, int i)

Throws
HibernateException
SQLException

public Class returnedClass ()

public int[] sqlTypes ()