org.hibernate.type
Class EnumType.EnumValueMapperSupport

java.lang.Object
  extended by org.hibernate.type.EnumType.EnumValueMapperSupport
Enclosing class:
EnumType

public abstract class EnumType.EnumValueMapperSupport
extends Object

See Also:
Serialized Form

Constructor Summary
EnumType.EnumValueMapperSupport()
           
 
Method Summary
protected abstract  Object extractJdbcValue(Enum value)
           
 void setValue(PreparedStatement st, Enum value, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumType.EnumValueMapperSupport

public EnumType.EnumValueMapperSupport()
Method Detail

extractJdbcValue

protected abstract Object extractJdbcValue(Enum value)

setValue

public void setValue(PreparedStatement st,
                     Enum value,
                     int index)
              throws SQLException
Throws:
SQLException


Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.