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