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