Package com.jk.data.dataaccess.orm.util
Class JKBooleanYNConvertor
java.lang.Object
com.jk.data.dataaccess.orm.util.JKBooleanConverter
com.jk.data.dataaccess.orm.util.JKBooleanYNConvertor
This class is used to convert boolean values (
true
and false
)
into the ("Y"
,"N"
) string representation respectively.
This class extends JKBooleanConverter
class.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jk.data.dataaccess.orm.util.JKBooleanConverter
convertToDatabaseColumn, convertToEntityAttribute
-
Constructor Details
-
JKBooleanYNConvertor
public JKBooleanYNConvertor()This method constructs a newJKBooleanYNConvertor
.This constructs represents the
true
boolean value with the"Y"
string, and thefalse
boolean value with the"N"
string.
-