Interface InLineViewSource
-
- All Superinterfaces:
TableSpecificationSource
public interface InLineViewSource extends TableSpecificationSource
Describes in-line view source information. Generally, eitherSubselector<subselect/>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLogicalName()java.lang.StringgetSelectStatement()Obtain theSQL SELECTstatement to use.-
Methods inherited from interface org.hibernate.boot.model.source.spi.TableSpecificationSource
getComment, getExplicitCatalogName, getExplicitSchemaName
-
-