Interface InLineViewSource
-
- All Superinterfaces:
TableSpecificationSource
- All Known Implementing Classes:
InLineViewSourceImpl
public interface InLineViewSource extends TableSpecificationSource
Describes in-line view source information. Generally, eitherSubselect
or<subselect/>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLogicalName()
String
getSelectStatement()
Obtain theSQL SELECT
statement to use.-
Methods inherited from interface org.hibernate.boot.model.source.spi.TableSpecificationSource
getComment, getExplicitCatalogName, getExplicitSchemaName
-
-