Class MongoSqlHelper
java.lang.Object
io.clonecloudstore.common.database.mongo.MongoSqlHelper
Mongo Sql Helper
-
Method Summary
-
Method Details
-
query
Usable in Panache find, delete... as condition with getSqlParamsAsArray()- Parameters:
query
- the DbQuery- Returns:
- the native Query (Where part only) ready to use with extra parameters as "?"
-