Interface VirtualTableGroup

All Superinterfaces:
ColumnReferenceQualifier, DomainResultProducer, Expression, SqlAstNode, SqlSelectionProducer, SqmPathInterpretation, TableGroup
All Known Implementing Classes:
MappedByTableGroup, StandardVirtualTableGroup

public interface VirtualTableGroup extends TableGroup
Marker interface for TableGroup impls that are virtual - should not be rendered into the SQL.
  • Method Details

    • getUnderlyingTableGroup

      TableGroup getUnderlyingTableGroup()
    • isVirtual

      default boolean isVirtual()
      Description copied from interface: TableGroup
      Utility method that indicates weather this table group is virtual or not
      Specified by:
      isVirtual in interface TableGroup