Class Jdbc
java.lang.Object
io.helidon.data.jdbc.Jdbc
Declares JDBC behavior for Helidon Data repository methods.
Each repository method supplies one SQL statement and may specify how the statement is executed or mapped. Code generation reads these annotations, the JDBC provider does not inspect them at runtime.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceSelects the JDBC client managed by the registry, used by a repository.static @interfaceSelects how a repository statement is executed.static enumExecution choices supported by the JDBC repository provider.static @interfaceRequests generated keys from an update statement.static @interfaceSelects an application row mapper for query or generated key rows.static @interfaceDeclares one SQL statement executed by a repository method. -
Method Summary