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