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
@@ -1265,11 +1265,6 @@ public class DefaultOrmQuery<T> implements SpiQuery<T> {
|
||||
return server.findOneOrEmpty(this, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
public T findUnique() {
|
||||
return findOne();
|
||||
}
|
||||
|
||||
@Override
|
||||
public FutureIds<T> findFutureIds() {
|
||||
return server.findFutureIds(this, null);
|
||||
|
||||
Reference in New Issue
Block a user