I am using the .executeScalar()
method from the sql2o .jar file. I am getting this exception when using an Employee POJO, when I use .executeScalar(Employee.class)
I am getting:
org.sql2o.converters.ConverterException: No converter registered for class: com.mack.sales.employees.Employee
I cannot find anything to help resolve this issue, any help is appreciated.