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