2020-07-07 20:55:15.893 DEBUG [http-nio-8081-exec-5/app-core/admin] com.haulmont.cuba.core.app.RdbmsStore - loadList: metaClass=orderstore_StockMovement, view=com.sweethill.orderstore.entity.StockMovement/stockMovement-view, query=Query{queryString='select e from orderstore_StockMovement e, orderstore_Stock s where s = e.stock', condition=([where: s.owner = :owner]), sort=null, firstResult=0, maxResults=50}, max=50 2020-07-07 20:55:15.924 DEBUG [http-nio-8081-exec-5/app-core/admin] eclipselink.sql - SELECT t1.ID AS a1, t1.CREATE_TIME AS a2, t1.DATE_FACT AS a3, t1.NUM AS a4, t1.INCOME AS a5, t1.NOTES AS a6, t1.PRIORITY AS a7, t1.VERSION AS a8, t1.STOCK_ID AS a9, t0.ID AS a10, t0.DEF AS a11, t0.NAME AS a12, t0.VERSION AS a13 FROM ORDERSTORE_STOCK t0, ORDERSTORE_STOCK t2, ORDERSTORE_STOCK_MOVEMENT t1 WHERE ((t0.ID = t1.STOCK_ID) AND (t0.OWNER_ID = ?)) LIMIT ? OFFSET ? bind => [56c464f3-e2c2-dc9f-8a79-76f2d4274378, 50, 0] 2020-07-07 20:55:15.930 DEBUG [http-nio-8081-exec-5/app-core/admin] eclipselink.sql - [6 ms] spent