DATAJDBC-417 - Polishing.

Removed superfluous method.

Original pull request: #169.
This commit is contained in:
Jens Schauder
2019-09-18 14:29:28 +02:00
committed by Mark Paluch
parent 92b6b0486c
commit 88dbbbaf41

View File

@@ -560,13 +560,6 @@ public class RelationalEntityWriterUnitTests {
: null;
}
private int getQualifierCount(DbAction a, PersistentPropertyPath<RelationalPersistentProperty> path) {
return a instanceof DbAction.WithDependingOn //
? ((DbAction.WithDependingOn) a).getQualifiers().size() //
: 0;
}
static PersistentPropertyPath<RelationalPersistentProperty> toPath(String path, Class source,
RelationalMappingContext context) {