Uses of Class
org.hibernate.type.descriptor.jdbc.NumericJdbcType
-
Packages that use NumericJdbcType Package Description org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types. -
-
Uses of NumericJdbcType in org.hibernate.type.descriptor.jdbc
Subclasses of NumericJdbcType in org.hibernate.type.descriptor.jdbc Modifier and Type Class Description class
DurationJdbcType
Descriptor forDuration
.Fields in org.hibernate.type.descriptor.jdbc declared as NumericJdbcType Modifier and Type Field Description static NumericJdbcType
NumericJdbcType. INSTANCE
-