mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Added ability to set alias for root table of sql query.
This commit is contained in:
@@ -611,4 +611,9 @@ public interface SpiQuery<T> extends Query<T> {
|
||||
* Return true if this query has been cancelled.
|
||||
*/
|
||||
public boolean isCancelled();
|
||||
|
||||
/**
|
||||
* Return root table alias set by {@link #alias(String)} command.
|
||||
*/
|
||||
public String getAlias();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user