Uses of Interface
org.hibernate.type.StandardConverter
Packages that use StandardConverter
Package
Description
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of StandardConverter in org.hibernate.type
Subinterfaces of StandardConverter in org.hibernate.typeModifier and TypeInterfaceDescriptioninterface
Marker for Hibernate defined converters of Boolean-typed domain valuesClasses in org.hibernate.type that implement StandardConverterModifier 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'