mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
replaced findUnique by "default" method in interfaces. (#1124)
This commit is contained in:
committed by
Rob Bygrave
parent
7e8ed72b7b
commit
b8e1dffca2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user