Package org.jdbi.v3.jpa
The jpa plugin provides minimal support for discovering JPA
annotations like Column. Note that this module is not widely
used and the core team recommends using native jdbi constructs
instead.
This package exists mostly to help you convince your boss to let you try out Jdbi:
You: See, they even have JPA integration! kinda
Boss: What was that last part?
You: Nothing.
-
Interface Summary Interface Description JpaMapper.MemberSetter<C> -
Class Summary Class Description JpaMapper<C> Row mapper for a JPA-annotated type as a result.JpaMapperFactory CreateJpaMappers forEntityannotated classes.JpaPlugin Enable minimalJPAcompatibility layer. -
Exception Summary Exception Description EntityMemberAccessException Thrown when a JPA getter or setter fails. -
Annotation Types Summary Annotation Type Description BindJpa Bind a class based on the subset ofJPAannotations we understand.