接口 IdentifierSourceSimple
-
public interface IdentifierSourceSimple extends IdentifierSource
- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 SingularAttributeSourcegetIdentifierAttributeSource()Obtain the source descriptor for the identifier attribute.StringgetUnsavedValue()Returns the "unsaved" entity identifier value.-
从接口继承的方法 org.hibernate.boot.model.source.spi.IdentifierSource
getIdentifierGeneratorDescriptor, getNature
-
从接口继承的方法 org.hibernate.boot.model.source.spi.ToolingHintContextContainer
getToolingHintContext
-
-
-
-
方法详细资料
-
getIdentifierAttributeSource
SingularAttributeSource getIdentifierAttributeSource()
Obtain the source descriptor for the identifier attribute.- 返回:
- The identifier attribute source.
-
getUnsavedValue
String getUnsavedValue()
Returns the "unsaved" entity identifier value.- 返回:
- the "unsaved" entity identifier value
-
-