Class SelectQueryWrapper
- java.lang.Object
-
- org.apache.cayenne.access.translator.select.SelectQueryWrapper
-
- All Implemented Interfaces:
TranslatableQueryWrapper
public class SelectQueryWrapper extends Object implements TranslatableQueryWrapper
Deprecated.this class should gone with theSelectQuery- Since:
- 4.2
-
-
Constructor Summary
Constructors Constructor Description SelectQueryWrapper(SelectQuery<?> selectQuery)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Collection<Property<?>>getColumns()Deprecated.ExpressiongetHavingQualifier()Deprecated.QueryMetadatagetMetaData(EntityResolver resolver)Deprecated.Collection<Ordering>getOrderings()Deprecated.ExpressiongetQualifier()Deprecated.booleanisDistinct()Deprecated.SelectQuery<?>unwrap()Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cayenne.access.translator.select.TranslatableQueryWrapper
needsResultSetMapping
-
-
-
-
Constructor Detail
-
SelectQueryWrapper
public SelectQueryWrapper(SelectQuery<?> selectQuery)
Deprecated.
-
-
Method Detail
-
isDistinct
public boolean isDistinct()
Deprecated.- Specified by:
isDistinctin interfaceTranslatableQueryWrapper
-
getMetaData
public QueryMetadata getMetaData(EntityResolver resolver)
Deprecated.- Specified by:
getMetaDatain interfaceTranslatableQueryWrapper
-
getQualifier
public Expression getQualifier()
Deprecated.- Specified by:
getQualifierin interfaceTranslatableQueryWrapper
-
getOrderings
public Collection<Ordering> getOrderings()
Deprecated.- Specified by:
getOrderingsin interfaceTranslatableQueryWrapper
-
getColumns
public Collection<Property<?>> getColumns()
Deprecated.- Specified by:
getColumnsin interfaceTranslatableQueryWrapper
-
getHavingQualifier
public Expression getHavingQualifier()
Deprecated.- Specified by:
getHavingQualifierin interfaceTranslatableQueryWrapper
-
unwrap
public SelectQuery<?> unwrap()
Deprecated.- Specified by:
unwrapin interfaceTranslatableQueryWrapper
-
-