Class NumericBooleanConverter

java.lang.Object
org.hibernate.type.NumericBooleanConverter
All Implemented Interfaces:
AttributeConverter<Boolean,Integer>, BasicValueConverter<Boolean,Integer>, StandardBooleanConverter<Integer>, StandardConverter<Boolean,Integer>

public class NumericBooleanConverter extends Object implements StandardBooleanConverter<Integer>
Handles conversion to/from Boolean as 0 (false) or 1 (true)