Class NumericJdbcType

java.lang.Object
org.hibernate.type.descriptor.jdbc.DecimalJdbcType
org.hibernate.type.descriptor.jdbc.NumericJdbcType
All Implemented Interfaces:
Serializable, JdbcType
Direct Known Subclasses:
DurationJdbcType

public class NumericJdbcType extends DecimalJdbcType
Descriptor for NUMERIC handling.
Author:
Steve Ebersole
See Also: