Uses of Interface
org.hibernate.type.StandardConverter
-
Packages that use StandardConverter Package Description org.hibernate.type A HibernateType
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.type Modifier and Type Interface Description interface
StandardBooleanConverter<R>
Marker for Hibernate defined converters of Boolean-typed domain valuesClasses in org.hibernate.type that implement StandardConverter Modifier and Type Class Description class
CharBooleanConverter
class
NumericBooleanConverter
Handles conversion to/fromBoolean
as0
(false) or1
(true)class
TrueFalseConverter
Handles conversion to/fromBoolean
as'T'
or'F'
class
YesNoConverter
Handles conversion to/fromBoolean
as'Y'
or'N'
-