Skip to main content
Hint

This article is generated by AI translation.

Boolean Type Handler

Boolean type handlers are located in the net.hasor.dbvisitor.types.handler.bool package.

HandlerJava TypePurpose
BooleanTypeHandlerjava.lang.Boolean, booleanReads and writes boolean type data
tip

If the database stores boolean values as integers (0/1), you can use IntegerAsBooleanTypeHandler (in the number package). Any non-zero integer will be parsed as true.