mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
querybeans: #3374 - Add copy() method to TQRootBean
This commit is contained in:
@@ -153,6 +153,11 @@ public abstract class TQRootBean<T, R> {
|
||||
return ((SpiFetchGroupQuery<T>) query()).buildFetchGroup();
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a copy of the query bean.
|
||||
*/
|
||||
public abstract R copy();
|
||||
|
||||
/**
|
||||
* Return the underlying query.
|
||||
* <p>
|
||||
|
||||
Reference in New Issue
Block a user