|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BooleanType | |
|---|---|
| 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.type |
|---|
| Subclasses of BooleanType in org.hibernate.type | |
|---|---|
class |
CharBooleanType
Deprecated. see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5138 |
class |
NumericBooleanType
Maps interger database values to boolean java values. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||