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

Uses of Class net.sf.hibernate.type.CharBooleanType (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


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

Packages that use CharBooleanType
net.sf.hibernate.type   
 

Uses of CharBooleanType in net.sf.hibernate.type
 

Subclasses of CharBooleanType in net.sf.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.