| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJongoRepository<T>
Simple interface to interact with Jongo/MongoDB.
Changes MongoException in to MongoRepositoryException (which is a checked exception).As well if Command result is not ok (CommandResult#isOk) return false a exception will be thrown the message for that exception will be CommandResult#getErrorMessage. Some of the find and insert methods use a template queryName. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateHelper.executeUpdate(String id,
CrudRepository<?> repository) |
Copyright © 2020 CrafterCMS. All rights reserved.