public abstract class

CharBooleanType

extends BooleanType
java.lang.Object
   ↳ org.hibernate.type.AbstractStandardBasicType<T>
     ↳ org.hibernate.type.AbstractSingleColumnStandardBasicType<T>
       ↳ org.hibernate.type.BooleanType
         ↳ org.hibernate.type.CharBooleanType

This class is deprecated.
Use the AbstractStandardBasicType approach instead

Class Overview

Superclass for types that map Java boolean to SQL CHAR(1).

Summary

[Expand]
Inherited Fields
From class org.hibernate.type.BooleanType
Protected Constructors
CharBooleanType(char characterValueTrue, char characterValueFalse)
Protected Methods
final String getFalseString()
This method is deprecated. Pass the true/false values into constructor instead.
final String getTrueString()
This method is deprecated. Pass the true/false values into constructor instead.
[Expand]
Inherited Methods
From class org.hibernate.type.BooleanType
From class org.hibernate.type.AbstractSingleColumnStandardBasicType
From class org.hibernate.type.AbstractStandardBasicType
From class java.lang.Object
From interface org.hibernate.type.BasicType
From interface org.hibernate.type.IdentifierType
From interface org.hibernate.type.LiteralType
From interface org.hibernate.type.PrimitiveType
From interface org.hibernate.type.SingleColumnType
From interface org.hibernate.type.StringRepresentableType
From interface org.hibernate.type.Type
From interface org.hibernate.type.XmlRepresentableType

Protected Constructors

protected CharBooleanType (char characterValueTrue, char characterValueFalse)

Protected Methods

protected final String getFalseString ()

This method is deprecated.
Pass the true/false values into constructor instead.

protected final String getTrueString ()

This method is deprecated.
Pass the true/false values into constructor instead.