edu.nrao.sss.dao.project
Class SchedulingTypeConverter

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

public class SchedulingTypeConverter
extends BaseEnumConverter<SchedulingType>

See Also:
BaseEnumConverter

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

SchedulingTypeConverter

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


Copyright © 2009. All Rights Reserved.