
Untitled
By: a guest on
May 7th, 2012 | syntax:
None | size: 0.50 KB | hits: 12 | expires: Never
error: ambiguous reference to overloaded definition,
both method query in class ODatabaseObjectTx of type [RET <: java.util.List[_]](x$1: com.orientechnologies.orient.core.query.OQuery[_])RET
and method query in trait ODatabaseComplex of type [RET <: java.util.List[_]](x$1: com.orientechnologies.orient.core.query.OQuery[_ <: java.lang.Object])RET
match argument types (com.orientechnologies.orient.core.sql.query.OSQLSynchQuery[com.sharca.Dog])
val x = db.query(new OSQLSynchQuery[Dog]("blah blah blah"))