接口 ImplicitIdentifierColumnNameSource
-
- 所有超级接口:
ImplicitNameSource
public interface ImplicitIdentifierColumnNameSource extends ImplicitNameSource
Context for determining the implicit name of an entity's identifier column.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 EntityNaminggetEntityNaming()Access the entity name informationAttributePathgetIdentifierAttributePath()Access to the AttributePath for the entity's identifier attribute.-
从接口继承的方法 org.hibernate.boot.model.naming.ImplicitNameSource
getBuildingContext
-
-
-
-
方法详细资料
-
getEntityNaming
EntityNaming getEntityNaming()
Access the entity name information- 返回:
- The entity name information
-
getIdentifierAttributePath
AttributePath getIdentifierAttributePath()
Access to the AttributePath for the entity's identifier attribute.- 返回:
- The AttributePath for the entity's identifier attribute.
-
-