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