Class BooleanJdbcType

java.lang.Object
org.hibernate.type.descriptor.jdbc.BooleanJdbcType
All Implemented Interfaces:
Serializable, AdjustableJdbcType, JdbcType
Direct Known Subclasses:
OracleBooleanJdbcType

public class BooleanJdbcType extends Object implements AdjustableJdbcType
Descriptor for BOOLEAN handling.
See Also: