Uses of Interface
org.hibernate.type.StandardConverter
-
Packages that use StandardConverter Package Description org.hibernate.type A HibernateTypeis 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.type Modifier and Type Interface Description interfaceStandardBooleanConverter<R>Marker for Hibernate defined converters of Boolean-typed domain valuesClasses in org.hibernate.type that implement StandardConverter Modifier and Type Class Description classCharBooleanConverterclassNumericBooleanConverterHandles conversion to/fromBooleanas0(false) or1(true)classTrueFalseConverterHandles conversion to/fromBooleanas'T'or'F'classYesNoConverterHandles conversion to/fromBooleanas'Y'or'N'
-