Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

How to register a JpaMapper in JDBi?

I am trying to register the JPAMapper in jdbi using jdbi jpa plugin.

@SqlQuery("SELECT * FROM batch")
@RegisterRowMapper(JpaMapper<Batch>(Batch.class))
public List<Batch> select();

Comments