EQL - Add / expose via EbeanServer.createQuery(type, eql) method

This commit is contained in:
Robin Bygrave
2016-07-13 16:40:52 +12:00
parent e58cec8bdd
commit 474c2d5595
10 changed files with 215 additions and 34 deletions
@@ -290,6 +290,11 @@ public class TDSpiEbeanServer implements SpiEbeanServer {
return null;
}
@Override
public <T> Query<T> createQuery(Class<T> beanType, String eql) {
return null;
}
@Override
public <T> Query<T> createQuery(Class<T> beanType) {
return null;