Class BooleanType

  • All Implemented Interfaces:
    ExtendedType<Boolean>
    Direct Known Subclasses:
    IngresBooleanType

    public class BooleanType
    extends Object
    implements ExtendedType<Boolean>
    Handles java.lang.Boolean mapping. Note that "materialize*" methods return either Boolean.TRUE or Boolean.FALSE, instead of creating new Boolean instances using constructor. This makes possible identity comparison such as object.getBooleanProperty() == Boolean.TRUE.
    Since:
    1.2