mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - SqlTreeNodeBean cleanup - always same value params
This commit is contained in:
@@ -26,10 +26,10 @@ public final class SqlTreeNodeRoot extends SqlTreeNodeBean {
|
||||
}
|
||||
|
||||
/**
|
||||
* Construct for raw sql.
|
||||
* Construct for raw sql named queries.
|
||||
*/
|
||||
public SqlTreeNodeRoot(BeanDescriptor<?> desc, SqlTreeProperties props, boolean withId, boolean disableLazyLoad) {
|
||||
super(desc, props, withId, disableLazyLoad);
|
||||
public SqlTreeNodeRoot(BeanDescriptor<?> desc, SqlTreeProperties props, boolean withId) {
|
||||
super(desc, props, withId, false);
|
||||
this.includeJoin = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user