Uses of Interface
io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
Packages that use UcpDataSourceConfig
-
Uses of UcpDataSourceConfig in io.helidon.data.sql.datasource.ucp
Classes in io.helidon.data.sql.datasource.ucp with type parameters of type UcpDataSourceConfigModifier and TypeClassDescriptionstatic class
UcpDataSourceConfig.BuilderBase<BUILDER extends UcpDataSourceConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends UcpDataSourceConfig> Fluent API builder base forUcpDataSourceConfig
.Classes in io.helidon.data.sql.datasource.ucp that implement UcpDataSourceConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.data.sql.datasource.ucp that return UcpDataSourceConfigModifier and TypeMethodDescriptionUcpDataSourceConfig.Builder.build()
UcpDataSourceConfig.Builder.buildPrototype()
static UcpDataSourceConfig
UcpDataSourceConfig.create()
Create a new instance with default values.static UcpDataSourceConfig
Deprecated.static UcpDataSourceConfig
Create a new instance from configuration.Methods in io.helidon.data.sql.datasource.ucp with parameters of type UcpDataSourceConfigModifier and TypeMethodDescriptionstatic UcpDataSourceConfig.Builder
UcpDataSourceConfig.builder
(UcpDataSourceConfig instance) Create a new fluent API builder from an existing instance.static DataSource
UcpDataSourceFactory.create
(UcpDataSourceConfig dataSourceConfig) Create new instance of UCPDataSource
.UcpDataSourceConfig.BuilderBase.from
(UcpDataSourceConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)