java.lang.Object
io.helidon.dbclient.DbClientBase
- All Implemented Interfaces:
DbClient
- Direct Known Subclasses:
MongoDbClient
Base
DbClient implementation.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.dbclient.DbClient
DbClient.Builder -
Field Summary
Fields inherited from interface io.helidon.dbclient.DbClient
MAPPING_QUALIFIER -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDbClientBase(DbClientContext context) Create a new instance. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.dbclient.DbClient
dbType, execute, transaction, unwrap
-
Constructor Details
-
DbClientBase
Create a new instance.- Parameters:
context- context
-
-
Method Details
-
context
Get theDbClientContext.- Returns:
- DbClientContext
-