Class TrueFalseConverter

    • Constructor Detail

      • TrueFalseConverter

        public TrueFalseConverter()
    • 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