Package org.jdbi.v3.jpa
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.
-
ClassDescriptionBind a class based on the subset of
JPA
annotations we understand.Thrown when a JPA getter or setter fails.JpaMapper<C>Row mapper for a JPA-annotated type as a result.Enable minimalJPA
compatibility layer.