Class JpaMapper<C>

java.lang.Object
org.jdbi.v3.jpa.JpaMapper<C>
Type Parameters:
C - the type to map
All Implemented Interfaces:
RowMapper<C>

public class JpaMapper<C> extends Object implements RowMapper<C>
Row mapper for a JPA-annotated type as a result.