All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description DbClient Helidon database client.DbClient.Builder Helidon database handler builder.DbClientException ARuntimeExceptionused by Helidon DB component.DbClientProvider Java Service loader interface that provides drivers for a database (or a set of databases).DbClientProviderBuilder<T extends DbClientProviderBuilder<T>> Database provider builder.DbClientService Services can modify the data used to execute a statement as well as react on a statement result.DbClientServiceContext Interceptor context to get (and possibly manipulate) database operations.DbClientServiceProvider Java service loader service to configure client services.DbColumn Column data and metadata.DbExecute Database executor.DbMapper<T> A mapper to map database objects to/from a specific type.DbMapperManager Mapper manager of all configuredmappers.DbMapperManager.Builder Fluent API builder forDbMapperManager.DbMapperProvider Java Service loader interface for database mappers.DbRow Representation of a single row in a database (in SQL this would be a row, in a Document DB, this would be a single document).DbStatement<D extends DbStatement<D,R>,R> Database statement that can process parameters.DbStatementDml DML Database statement.DbStatementGet Database statement that queries the database and returns a single row if present, or an empty optional.DbStatementQuery Database query statement.DbStatements Configuration of statements to be used by database provider.DbStatements.Builder Fluent API builder forDbStatements.DbStatementType Usual supported statement types.DbTransaction Database transaction.