replaced findUnique by "default" method in interfaces. (#1124)

This commit is contained in:
Roland Praml
2017-09-12 23:20:04 +12:00
committed by Rob Bygrave
parent 7e8ed72b7b
commit b8e1dffca2
11 changed files with 15 additions and 50 deletions
@@ -72,11 +72,6 @@ public class DefaultRelationalQuery implements SpiSqlQuery {
return Optional.ofNullable(findOne());
}
@Override
public SqlRow findUnique() {
return findOne();
}
@Override
public DefaultRelationalQuery setParameter(int position, Object value) {
bindParams.setParameter(position, value);