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
@@ -404,11 +404,6 @@ class JunctionExpression<T> implements SpiJunction<T>, SpiExpression, Expression
return exprList.findOneOrEmpty();
}
@Override
public T findUnique() {
return exprList.findOne();
}
@Override
public Query<T> forUpdate() {
return exprList.forUpdate();