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, wait
needsResultSetMapping
public SelectQueryWrapper(SelectQuery<?> selectQuery)
public boolean isDistinct()
isDistinct
in interface TranslatableQueryWrapper
public QueryMetadata getMetaData(EntityResolver resolver)
getMetaData
in interface TranslatableQueryWrapper
public Expression getQualifier()
getQualifier
in interface TranslatableQueryWrapper
public Collection<Ordering> getOrderings()
getOrderings
in interface TranslatableQueryWrapper
public Collection<Property<?>> getColumns()
getColumns
in interface TranslatableQueryWrapper
public Expression getHavingQualifier()
getHavingQualifier
in interface TranslatableQueryWrapper
public SelectQuery<?> unwrap()
unwrap
in interface TranslatableQueryWrapper
Copyright © 2001–2020 Apache Cayenne. All rights reserved.