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 classUcpDataSourceConfig.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 classGenerated 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 UcpDataSourceConfigUcpDataSourceConfig.create()Create a new instance with default values.static UcpDataSourceConfigDeprecated.static UcpDataSourceConfigCreate a new instance from configuration.Methods in io.helidon.data.sql.datasource.ucp with parameters of type UcpDataSourceConfigModifier and TypeMethodDescriptionstatic UcpDataSourceConfig.BuilderUcpDataSourceConfig.builder(UcpDataSourceConfig instance) Create a new fluent API builder from an existing instance.static DataSourceUcpDataSourceFactory.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)