Quick fix for missing createIsNewStrategy(…).
Solid refactoring will follow up with implementation of DATACMNS-17.
This commit is contained in:
@@ -61,6 +61,7 @@ public class SimpleMongoRepository<T, ID extends Serializable> extends
|
||||
|
||||
Assert.notNull(template);
|
||||
this.template = template;
|
||||
createIsNewStrategy(domainClass);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user