SelectQuerypublic 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, 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–2021 Apache Cayenne. All rights reserved.