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 TypeInterfaceDescriptioninterfaceMarker for Hibernate defined converters of Boolean-typed domain valuesClasses in org.hibernate.type that implement StandardConverterModifier and TypeClassDescriptionclassclassHandles conversion to/fromBooleanas0(false) or1(true)classHandles conversion to/fromBooleanas'T'or'F'classHandles conversion to/fromBooleanas'Y'or'N'