站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

Uses of Class org.hibernate.type.BooleanType (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Class
org.hibernate.type.BooleanType

Packages that use BooleanType
org.hibernate.hql.ast.tree   
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.hql.ast.tree
 

Methods in org.hibernate.hql.ast.tree that return BooleanType
 BooleanType BooleanLiteralNode.getTypeInternal()
           
 

Uses of BooleanType in org.hibernate.type
 

Subclasses of BooleanType in org.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.