Uses of Class
org.hibernate.type.NumericBooleanType
-
Packages that use NumericBooleanType Package Description org.hibernate.type -
-
Uses of NumericBooleanType in org.hibernate.type
Fields in org.hibernate.type declared as NumericBooleanType Modifier and Type Field Description static NumericBooleanType
NumericBooleanType. INSTANCE
static NumericBooleanType
StandardBasicTypes. NUMERIC_BOOLEAN
The standard Hibernate type for mappingBoolean
to JDBCINTEGER
.
-