Quick fix for missing createIsNewStrategy(…).

Solid refactoring will follow up with implementation of DATACMNS-17.
This commit is contained in:
Oliver Gierke
2011-02-24 17:37:36 +00:00
parent 32cb21eed6
commit 86cc313d80

View File

@@ -61,6 +61,7 @@ public class SimpleMongoRepository<T, ID extends Serializable> extends
Assert.notNull(template);
this.template = template;
createIsNewStrategy(domainClass);
}