程序包 org.hibernate.id
接口 ResultSetIdentifierConsumer
-
public interface ResultSetIdentifierConsumerAn optional contract forTypeorUserTypeimplementations to handle generated id values any way they see fit as opposed to being limited to the discrete set of numeric types handled byIdentifierGeneratorHelper- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 SerializableconsumeIdentifier(ResultSet resultSet)Given a result set, consume/extract the necessary values and construct an appropriate identifier value.
-
-
-
方法详细资料
-
consumeIdentifier
Serializable consumeIdentifier(ResultSet resultSet)
Given a result set, consume/extract the necessary values and construct an appropriate identifier value.- 参数:
resultSet- The result set containing the value(s) to be used in building the identifier value.- 返回:
- The identifier value.
-
-