类 InLineViewSourceImpl
- java.lang.Object
-
- org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
-
- org.hibernate.boot.model.source.internal.hbm.InLineViewSourceImpl
-
- 所有已实现的接口:
InLineViewSource,TableSpecificationSource
public class InLineViewSourceImpl extends AbstractHbmSourceNode implements InLineViewSource
- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 InLineViewSourceImpl(MappingDocument mappingDocument, String schemaName, String catalogName, String selectStatement, String logicalName, String comment)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetComment()StringgetExplicitCatalogName()Obtain the supplied catalog nameStringgetExplicitSchemaName()Obtain the supplied schema nameStringgetLogicalName()StringgetSelectStatement()Obtain theSQL SELECTstatement to use.-
从类继承的方法 org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
mappingRoot, metadataBuildingContext, origin, sourceMappingDocument
-
-
-
-
方法详细资料
-
getExplicitSchemaName
public String getExplicitSchemaName()
从接口复制的说明:TableSpecificationSourceObtain the supplied schema name- 指定者:
getExplicitSchemaName在接口中TableSpecificationSource- 返回:
- The schema name. If
null, the binder will apply the default.
-
getExplicitCatalogName
public String getExplicitCatalogName()
从接口复制的说明:TableSpecificationSourceObtain the supplied catalog name- 指定者:
getExplicitCatalogName在接口中TableSpecificationSource- 返回:
- The catalog name. If
null, the binder will apply the default.
-
getSelectStatement
public String getSelectStatement()
从接口复制的说明:InLineViewSourceObtain theSQL SELECTstatement to use. Cannot be null!- 指定者:
getSelectStatement在接口中InLineViewSource- 返回:
- The
SQL SELECTstatement
-
getLogicalName
public String getLogicalName()
- 指定者:
getLogicalName在接口中InLineViewSource
-
getComment
public String getComment()
- 指定者:
getComment在接口中TableSpecificationSource
-
-