Package org.hibernate.dialect
Class BooleanDecoder
- java.lang.Object
-
- org.hibernate.dialect.BooleanDecoder
-
public final class BooleanDecoder extends Object
Utility for decoding boolean representations.
-
-
Constructor Summary
Constructors Constructor Description BooleanDecoder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
toBoolean(CastType from)
static String
toInteger(CastType from)
static String
toIntegerBoolean(CastType from)
static String
toString(CastType from)
static String
toTrueFalseBoolean(CastType from)
static String
toYesNoBoolean(CastType from)
-