接口 ImplicitAnyDiscriminatorColumnNameSource
-
- 所有超级接口:
ImplicitNameSource
- 所有已知子接口:
AnyDiscriminatorSource
public interface ImplicitAnyDiscriminatorColumnNameSource extends ImplicitNameSource
Context for determining the implicit name for an ANY mapping's discriminator column. Historically the ANY discriminator column name had to be specified.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 AttributePathgetAttributePath()Access the AttributePath to the ANY mapping-
从接口继承的方法 org.hibernate.boot.model.naming.ImplicitNameSource
getBuildingContext
-
-
-
-
方法详细资料
-
getAttributePath
AttributePath getAttributePath()
Access the AttributePath to the ANY mapping- 返回:
- The AttributePath to the ANY mapping
-
-