Uses of Class
com.jk.data.dataaccess.orm.util.JKBooleanConverter
Packages that use JKBooleanConverter
-
Uses of JKBooleanConverter in com.jk.data.dataaccess.orm.util
Subclasses of JKBooleanConverter in com.jk.data.dataaccess.orm.utilModifier and TypeClassDescriptionclass
This class is used to convert boolean values (true
andfalse
) into the ("YES"
,"NO"
) string representation respectively.class
This class is used to convert boolean values (true
andfalse
) into the ("Y"
,"N"
) string representation respectively.