edu.nrao.sss.dao.resource
Class TelescopeTypeConverter

java.lang.Object
  extended by edu.nrao.sss.dao.BaseEnumConverter<TelescopeType>
      extended by edu.nrao.sss.dao.resource.TelescopeTypeConverter
All Implemented Interfaces:
org.hibernate.usertype.UserType

public class TelescopeTypeConverter
extends BaseEnumConverter<TelescopeType>

See Also:
BaseEnumConverter

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

TelescopeTypeConverter

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


Copyright © 2009. All Rights Reserved.