Uses of Class
net.sf.hibernate.type.BooleanType

Packages that use BooleanType
net.sf.hibernate.type   
 

Uses of BooleanType in net.sf.hibernate.type
 

Subclasses of BooleanType in net.sf.hibernate.type
 class CharBooleanType
          Superclass for types that map Java boolean to SQL CHAR(1).
 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.