接口 ImplicitMapKeyColumnNameSource
-
- 所有超级接口:
ImplicitNameSource
public interface ImplicitMapKeyColumnNameSource extends ImplicitNameSource
Context for determining the implicit name of a column used to back the key of aMap. This is used for bothMapKeyColumnandMapKeyJoinColumncases.- 作者:
- Steve Ebersole
- 另请参阅:
MapKeyColumn,MapKeyJoinColumn
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 AttributePathgetPluralAttributePath()Access the AttributePath for the Map attribute-
从接口继承的方法 org.hibernate.boot.model.naming.ImplicitNameSource
getBuildingContext
-
-
-
-
方法详细资料
-
getPluralAttributePath
AttributePath getPluralAttributePath()
Access the AttributePath for the Map attribute- 返回:
- The AttributePath for the Map attribute
-
-