Class JKBooleanYNConvertor

java.lang.Object
com.jk.data.dataaccess.orm.util.JKBooleanConverter
com.jk.data.dataaccess.orm.util.JKBooleanYNConvertor
All Implemented Interfaces:
jakarta.persistence.AttributeConverter<Boolean,String>

public class JKBooleanYNConvertor extends JKBooleanConverter
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 Details

    • JKBooleanYNConvertor

      public JKBooleanYNConvertor()
      This method constructs a new JKBooleanYNConvertor.

      This constructs represents the true boolean value with the "Y" string, and the false boolean value with the "N" string.