edu.nrao.sss.dao.project.scan
Class ScanTimeTypeConverter

java.lang.Object
  extended by edu.nrao.sss.dao.BaseEnumConverter<ScanTimeType>
      extended by edu.nrao.sss.dao.project.scan.ScanTimeTypeConverter
All Implemented Interfaces:
org.hibernate.usertype.UserType

public class ScanTimeTypeConverter
extends BaseEnumConverter<ScanTimeType>

See Also:
BaseEnumConverter

Constructor Summary
ScanTimeTypeConverter()
           
 
Method Summary
 Object nullSafeGet(ResultSet resultSet, String[] names, Object owner)
           
 
Methods inherited from class edu.nrao.sss.dao.BaseEnumConverter
assemble, deepCopy, disassemble, equals, hashCode, isMutable, nullSafeSet, replace, returnedClass, sqlTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScanTimeTypeConverter

public ScanTimeTypeConverter()
Method Detail

nullSafeGet

public Object nullSafeGet(ResultSet resultSet,
                          String[] names,
                          Object owner)
                   throws org.hibernate.HibernateException,
                          SQLException
Specified by:
nullSafeGet in interface org.hibernate.usertype.UserType
Overrides:
nullSafeGet in class BaseEnumConverter<ScanTimeType>
Throws:
org.hibernate.HibernateException
SQLException


Copyright © 2009. All Rights Reserved.