committed by
Christoph Strobl
parent
ff7c61427d
commit
fbf831c8c1
@@ -171,9 +171,9 @@ public abstract class AbstractJpaQuery implements RepositoryQuery {
|
||||
|
||||
if (method.isModifyingQuery()) {
|
||||
return new ModifyingExecution(method, em);
|
||||
} else {
|
||||
return new SingleEntityExecution();
|
||||
}
|
||||
|
||||
return new SingleEntityExecution();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user