Uses of Interface
org.hibernate.type.StandardBooleanConverter
Packages that use StandardBooleanConverter
Package
Description
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of StandardBooleanConverter in org.hibernate.type
Classes in org.hibernate.type that implement StandardBooleanConverterModifier and TypeClassDescriptionclass
class
Handles conversion to/fromBoolean
as0
(false) or1
(true)class
Handles conversion to/fromBoolean
as'T'
or'F'
class
Handles conversion to/fromBoolean
as'Y'
or'N'