接口 IdentifierSource
-
- 所有超级接口:
ToolingHintContextContainer
- 所有已知子接口:
CompositeIdentifierSource,IdentifierSourceAggregatedComposite,IdentifierSourceNonAggregatedComposite,IdentifierSourceSimple
public interface IdentifierSource extends ToolingHintContextContainer
Contract describing source of identifier information for the entity.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 IdentifierGeneratorDefinitiongetIdentifierGeneratorDescriptor()Obtain the identifier generator source.EntityIdentifierNaturegetNature()Obtain the nature of this identifier source.-
从接口继承的方法 org.hibernate.boot.model.source.spi.ToolingHintContextContainer
getToolingHintContext
-
-
-
-
方法详细资料
-
getNature
EntityIdentifierNature getNature()
Obtain the nature of this identifier source.- 返回:
- The identifier source's nature.
-
getIdentifierGeneratorDescriptor
IdentifierGeneratorDefinition getIdentifierGeneratorDescriptor()
Obtain the identifier generator source.- 返回:
- The generator source.
-
-