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 StringtoBoolean(CastType from)static StringtoInteger(CastType from)static StringtoIntegerBoolean(CastType from)static StringtoString(CastType from)static StringtoTrueFalseBoolean(CastType from)static StringtoYesNoBoolean(CastType from)
-