Interface TranslatableQueryWrapper
- All Known Implementing Classes:
- FluentSelectWrapper
public interface TranslatableQueryWrapper
This interface allows transparently use different queries (namely SelectQuery, ObjectSelect and ColumnSelect)
 in translator and as subqueries.
- Since:
- 4.2
- 
Method SummaryModifier and TypeMethodDescriptionCollection<Property<?>>getMetaData(EntityResolver resolver) booleandefault booleanSelect<?>unwrap()
- 
Method Details- 
isDistinctboolean isDistinct()
- 
getMetaData
- 
getQualifierExpression getQualifier()
- 
getOrderingsCollection<Ordering> getOrderings()
- 
getColumnsCollection<Property<?>> getColumns()
- 
getHavingQualifierExpression getHavingQualifier()
- 
unwrapSelect<?> unwrap()
- 
needsResultSetMappingdefault boolean needsResultSetMapping()
 
-