Uses of Class
org.hibernate.type.CharBooleanType

Packages that use CharBooleanType
org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. 
 

Uses of CharBooleanType in org.hibernate.type
 

Subclasses of CharBooleanType in org.hibernate.type
 class TrueFalseType
          true_false: A type that maps an SQL CHAR(1) to a Java Boolean.
 class YesNoType
          yes_no: A type that maps an SQL CHAR(1) to a Java Boolean.