mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - remove unused constructors
This commit is contained in:
@@ -83,13 +83,6 @@ public class SqlTreeNodeBean implements SqlTreeNode {
|
||||
*/
|
||||
private boolean intersectionAsOfTableAlias;
|
||||
|
||||
/**
|
||||
* Construct for Raw SQL.
|
||||
*/
|
||||
public SqlTreeNodeBean(BeanDescriptor<?> desc, SqlTreeProperties props, boolean withId, boolean disableLazyLoad) {
|
||||
this(null, null, desc, props, null, withId, null, null, disableLazyLoad);
|
||||
}
|
||||
|
||||
/**
|
||||
* Construct for leaf node.
|
||||
*/
|
||||
|
||||
@@ -25,14 +25,6 @@ public final class SqlTreeNodeRoot extends SqlTreeNodeBean {
|
||||
this.includeJoin = includeJoin;
|
||||
}
|
||||
|
||||
/**
|
||||
* Construct for raw sql named queries.
|
||||
*/
|
||||
public SqlTreeNodeRoot(BeanDescriptor<?> desc, SqlTreeProperties props, boolean withId) {
|
||||
super(desc, props, withId, false);
|
||||
this.includeJoin = null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set AsOf support (at root level).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user