Class FluentSelectWrapper
java.lang.Object
org.apache.cayenne.access.translator.select.FluentSelectWrapper
- All Implemented Interfaces:
- TranslatableQueryWrapper
- Since:
- 4.2
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionCollection<Property<?>>getMetaData(EntityResolver resolver) booleanFluentSelect<?,?> unwrap()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cayenne.access.translator.select.TranslatableQueryWrapperneedsResultSetMapping
- 
Constructor Details- 
FluentSelectWrapper
 
- 
- 
Method Details- 
isDistinctpublic boolean isDistinct()- Specified by:
- isDistinctin interface- TranslatableQueryWrapper
 
- 
getMetaData- Specified by:
- getMetaDatain interface- TranslatableQueryWrapper
 
- 
getQualifier- Specified by:
- getQualifierin interface- TranslatableQueryWrapper
 
- 
getOrderings- Specified by:
- getOrderingsin interface- TranslatableQueryWrapper
 
- 
getColumns- Specified by:
- getColumnsin interface- TranslatableQueryWrapper
 
- 
getHavingQualifier- Specified by:
- getHavingQualifierin interface- TranslatableQueryWrapper
 
- 
unwrap- Specified by:
- unwrapin interface- TranslatableQueryWrapper
 
 
-