Inlined a few methods to reduce the number of indirections. Added a bit of missing JavaDoc here and there. StringBasedMongoQuery now prevents a manually defined query from being marked as both count and delete query.
Polished test cases a little.
Original pull request: #147.
@ -43,7 +44,18 @@ public class StringBasedMongoQuery extends AbstractMongoQuery {
@@ -43,7 +44,18 @@ public class StringBasedMongoQuery extends AbstractMongoQuery {
@ -56,10 +68,10 @@ public class StringBasedMongoQuery extends AbstractMongoQuery {
@@ -56,10 +68,10 @@ public class StringBasedMongoQuery extends AbstractMongoQuery {
@ -98,6 +110,10 @@ public class StringBasedMongoQuery extends AbstractMongoQuery {
@@ -98,6 +110,10 @@ public class StringBasedMongoQuery extends AbstractMongoQuery {
@ -319,6 +319,9 @@ public class MongoTemplateUnitTests extends MongoOperationsUnitTests {
@@ -319,6 +319,9 @@ public class MongoTemplateUnitTests extends MongoOperationsUnitTests {
@ -781,6 +781,7 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@@ -781,6 +781,7 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@ -792,6 +793,7 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@@ -792,6 +793,7 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@ -803,6 +805,7 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@@ -803,6 +805,7 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@ -837,6 +840,7 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@@ -837,6 +840,7 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@ -848,6 +852,7 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@@ -848,6 +852,7 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@ -858,5 +863,4 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@@ -858,5 +863,4 @@ public abstract class AbstractPersonRepositoryIntegrationTests {