SelectQuery
public class SelectQueryWrapper extends Object implements TranslatableQueryWrapper
Constructor and Description |
---|
SelectQueryWrapper(SelectQuery<?> selectQuery)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Collection<Property<?>> |
getColumns()
Deprecated.
|
Expression |
getHavingQualifier()
Deprecated.
|
QueryMetadata |
getMetaData(EntityResolver resolver)
Deprecated.
|
Collection<Ordering> |
getOrderings()
Deprecated.
|
Expression |
getQualifier()
Deprecated.
|
boolean |
isDistinct()
Deprecated.
|
SelectQuery<?> |
unwrap()
Deprecated.
|
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–2021 Apache Cayenne. All rights reserved.