Uses of Interface
io.helidon.data.jdbc.JdbcClientConfig
Packages that use JdbcClientConfig
Package
Description
Runs imperative applications and declarative Helidon Data repositories with
JDBC.
-
Uses of JdbcClientConfig in io.helidon.data.jdbc
Classes in io.helidon.data.jdbc with type parameters of type JdbcClientConfigModifier and TypeClassDescriptionstatic classJdbcClientConfig.BuilderBase<BUILDER extends JdbcClientConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends JdbcClientConfig>Fluent API builder base forJdbcClientConfig.Classes in io.helidon.data.jdbc that implement JdbcClientConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type JdbcClientConfig in io.helidon.data.jdbcSubinterfaces with type arguments of type JdbcClientConfig in io.helidon.data.jdbcModifier and TypeInterfaceDescriptioninterfaceExecutes JDBC statements for applications and generated repositories.Methods in io.helidon.data.jdbc that return JdbcClientConfigModifier and TypeMethodDescriptionJdbcClientConfig.Builder.buildPrototype()Create an instance of the prototype.static JdbcClientConfigCreate a new instance from configuration.Methods in io.helidon.data.jdbc with parameters of type JdbcClientConfigModifier and TypeMethodDescriptionstatic JdbcClientConfig.BuilderJdbcClientConfig.builder(JdbcClientConfig instance) Create a new fluent API builder from an existing instance.static JdbcClientJdbcClient.create(JdbcClientConfig config) Creates a JDBC client from an immutable configuration.JdbcClientConfig.BuilderBase.from(JdbcClientConfig prototype) Update this builder from an existing prototype instance.