java.lang.Object
io.helidon.dbclient.DbExecuteBase
io.helidon.dbclient.mongodb.MongoDbExecute
- All Implemented Interfaces:
DbExecute
Execute implementation for MongoDB.
-
Method Summary
Modifier and TypeMethodDescriptioncreateNamedDelete(String name, String stmt) createNamedDmlStatement(String name, String stmt) createNamedGet(String name, String stmt) createNamedInsert(String name, String stmt) createNamedQuery(String name, String stmt) createNamedUpdate(String name, String stmt) <C> CMethods inherited from class io.helidon.dbclient.DbExecuteBase
context, context, createDelete, createDmlStatement, createGet, createInsert, createNamedDelete, createNamedDmlStatement, createNamedGet, createNamedInsert, createNamedQuery, createNamedUpdate, createQuery, createUpdate, generateName, statementTextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.dbclient.DbExecute
delete, dml, get, insert, namedDelete, namedDml, namedGet, namedInsert, namedQuery, namedUpdate, query, update
-
Method Details
-
createNamedQuery
-
createNamedGet
-
createNamedDmlStatement
-
createNamedInsert
-
createNamedUpdate
-
createNamedDelete
-
unwrap
-