public class SelectQueryWrapper extends Object implements TranslatableQueryWrapper
| Constructor and Description |
|---|
SelectQueryWrapper(SelectQuery<?> selectQuery) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Property<?>> |
getColumns() |
Expression |
getHavingQualifier() |
QueryMetadata |
getMetaData(EntityResolver resolver) |
Collection<Ordering> |
getOrderings() |
Expression |
getQualifier() |
boolean |
isDistinct() |
SelectQuery<?> |
unwrap() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitneedsResultSetMappingpublic SelectQueryWrapper(SelectQuery<?> selectQuery)
public boolean isDistinct()
isDistinct in interface TranslatableQueryWrapperpublic QueryMetadata getMetaData(EntityResolver resolver)
getMetaData in interface TranslatableQueryWrapperpublic Expression getQualifier()
getQualifier in interface TranslatableQueryWrapperpublic Collection<Ordering> getOrderings()
getOrderings in interface TranslatableQueryWrapperpublic Collection<Property<?>> getColumns()
getColumns in interface TranslatableQueryWrapperpublic Expression getHavingQualifier()
getHavingQualifier in interface TranslatableQueryWrapperpublic SelectQuery<?> unwrap()
unwrap in interface TranslatableQueryWrapperCopyright © 2001–2020 Apache Cayenne. All rights reserved.