public interface Joinable
| Modifier and Type | Method and Description |
|---|---|
EntityTypeImpl<?> |
getEntity()
Returns the entity of the joinable.
|
String |
getTableAlias(BaseQueryImpl<?> query,
AbstractTable table)
Returns the alias for the table.
|
EntityTypeImpl<?> getEntity()
String getTableAlias(BaseQueryImpl<?> query, AbstractTable table)
if table does not have an alias, it is generated.
query - the querytable - the tableCopyright © 2012-2013 Batoo. All Rights Reserved.