接口 ImplicitBasicColumnNameSource
-
- 所有超级接口:
ImplicitNameSource
public interface ImplicitBasicColumnNameSource extends ImplicitNameSource
Context for determining the implicit name related to basic values.- 作者:
- Steve Ebersole
- 另请参阅:
Column
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 AttributePathgetAttributePath()Access to the AttributePath for the basic valuebooleanisCollectionElement()Is the basic column the "element column" for a collection?-
从接口继承的方法 org.hibernate.boot.model.naming.ImplicitNameSource
getBuildingContext
-
-
-
-
方法详细资料
-
getAttributePath
AttributePath getAttributePath()
Access to the AttributePath for the basic value- 返回:
- The AttributePath for the basic value
-
isCollectionElement
boolean isCollectionElement()
Is the basic column the "element column" for a collection? Historical handling for these inhbm.xmlbinding was to simply name the column "elt".- 返回:
trueif the column being named is the collection element column;falseotherwise.
-
-