Uses of Class
org.hibernate.type.CharBooleanConverter
Packages that use CharBooleanConverter
Package
Description
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of CharBooleanConverter in org.hibernate.type
Subclasses of CharBooleanConverter in org.hibernate.typeModifier and TypeClassDescriptionclass
Handles conversion to/fromBoolean
as'T'
or'F'
class
Handles conversion to/fromBoolean
as'Y'
or'N'