接口 EntityNamingSource
-
- 所有超级接口:
EntityNaming
public interface EntityNamingSource extends EntityNaming
Naming information about an entity.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetTypeName()Decode the name that we should expect to be used elsewhere to reference the modeled entity by decoding the entity-name/class-name combo.-
从接口继承的方法 org.hibernate.boot.model.naming.EntityNaming
getClassName, getEntityName, getJpaEntityName
-
-
-
-
方法详细资料
-
getTypeName
String getTypeName()
Decode the name that we should expect to be used elsewhere to reference the modeled entity by decoding the entity-name/class-name combo.- 返回:
- The reference-able type name
-
-