edu.nrao.sss.dao.measure
Class TimeUnitsConverter

java.lang.Object
  extended by edu.nrao.sss.dao.BaseEnumConverter<TimeUnits>
      extended by edu.nrao.sss.dao.measure.TimeUnitsConverter
All Implemented Interfaces:
org.hibernate.usertype.UserType

public class TimeUnitsConverter
extends BaseEnumConverter<TimeUnits>

See Also:
BaseEnumConverter

Constructor Summary
TimeUnitsConverter()
           
 
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

TimeUnitsConverter

public TimeUnitsConverter()
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<TimeUnits>
Throws:
org.hibernate.HibernateException
SQLException


Copyright © 2009. All Rights Reserved.