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
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user