Uses of Class
org.hibernate.type.TrueFalseType
-
Packages that use TrueFalseType Package Description org.hibernate.type -
-
Uses of TrueFalseType in org.hibernate.type
Fields in org.hibernate.type declared as TrueFalseType Modifier and Type Field Description static TrueFalseType
TrueFalseType. INSTANCE
static TrueFalseType
StandardBasicTypes. TRUE_FALSE
The standard Hibernate type for mappingBoolean
to JDBCCHAR(1)
(using 'T'/'F').
-