类 TableSourceImpl
- java.lang.Object
-
- org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
-
- org.hibernate.boot.model.source.internal.hbm.TableSourceImpl
-
- 所有已实现的接口:
TableSource,TableSpecificationSource
public class TableSourceImpl extends AbstractHbmSourceNode implements TableSource
Models a table mapping source.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetCheckConstraint()StringgetComment()StringgetExplicitCatalogName()Obtain the supplied catalog nameStringgetExplicitSchemaName()Obtain the supplied schema nameStringgetExplicitTableName()Obtain the supplied table name.StringgetRowId()-
从类继承的方法 org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
mappingRoot, metadataBuildingContext, origin, sourceMappingDocument
-
-
-
-
方法详细资料
-
getExplicitCatalogName
public String getExplicitCatalogName()
从接口复制的说明:TableSpecificationSourceObtain the supplied catalog name- 指定者:
getExplicitCatalogName在接口中TableSpecificationSource- 返回:
- The catalog name. If
null, the binder will apply the default.
-
getExplicitSchemaName
public String getExplicitSchemaName()
从接口复制的说明:TableSpecificationSourceObtain the supplied schema name- 指定者:
getExplicitSchemaName在接口中TableSpecificationSource- 返回:
- The schema name. If
null, the binder will apply the default.
-
getExplicitTableName
public String getExplicitTableName()
从接口复制的说明:TableSourceObtain the supplied table name.- 指定者:
getExplicitTableName在接口中TableSource- 返回:
- The table name, or
nullis no name specified.
-
getRowId
public String getRowId()
- 指定者:
getRowId在接口中TableSource
-
getComment
public String getComment()
- 指定者:
getComment在接口中TableSpecificationSource
-
getCheckConstraint
public String getCheckConstraint()
- 指定者:
getCheckConstraint在接口中TableSource
-
-