Class YesNoConverter

    • Field Detail

      • INSTANCE

        public static final YesNoConverter INSTANCE
        Singleton access
    • Constructor Detail

      • YesNoConverter

        public YesNoConverter()
    • Method Detail

      • toDomainValue

        public Boolean toDomainValue​(Character relationalForm)
        Description copied from interface: BasicValueConverter
        Convert the relational form just retrieved from JDBC ResultSet into the domain form.
      • toRelationalValue

        public Character toRelationalValue​(Boolean domainForm)
        Description copied from interface: BasicValueConverter
        Convert the domain form into the relational form in preparation for storage into JDBC