One of the great things about Ektorp, is that it provides ORM like functionality, straight out of the box. This example will walk you through creating a simple POJO and doing standard CRUD operation on it
Creating a simple POJO
First off, we define a POJO as follows
import com.fasterxml.jackson...