Uses of Class
org.hibernate.type.BooleanType

Packages that use BooleanType
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. 
 

Uses of BooleanType in org.hibernate
 

Fields in org.hibernate declared as BooleanType
static BooleanType Hibernate.BOOLEAN
          Deprecated. Use StandardBasicTypes.BOOLEAN instead.
 

Uses of BooleanType in org.hibernate.type
 

Subclasses of BooleanType in org.hibernate.type
 class CharBooleanType
          Deprecated. Use the AbstractStandardBasicType approach instead
 

Fields in org.hibernate.type declared as BooleanType
static BooleanType StandardBasicTypes.BOOLEAN
          The standard Hibernate type for mapping Boolean to JDBC BIT.
static BooleanType BooleanType.INSTANCE
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.