public interface ExpandingQuerySpace extends QuerySpace
Describes a query space that allows adding joins with other
query spaces; used while building a QuerySpace.
JoinQuerySpace.Disposition| Modifier and Type | Method and Description |
|---|---|
void |
addJoin(Join join)
Adds a join with another query space.
|
boolean |
canJoinsBeRequired() |
ExpandingQuerySpaces |
getExpandingQuerySpaces() |
getDisposition, getJoins, getPropertyMapping, getQuerySpaces, getUid, toAliasedColumnsboolean canJoinsBeRequired()
void addJoin(Join join)
Adds a join with another query space.
join - The join to add.ExpandingQuerySpaces getExpandingQuerySpaces()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.