Interface ResultSetIdentifierConsumer


@Deprecated(since="6.2", forRemoval=true) public interface ResultSetIdentifierConsumer
Deprecated, for removal: This API element is subject to removal in a future version.
this interface is unnecessary and no longer used
An optional contract for Type or UserType implementations to handle generated id values any way they see fit as opposed to being limited to the discrete set of numeric types handled by IdentifierGeneratorHelper
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Given a result set, consume/extract the necessary values and construct an appropriate identifier value.
  • Method Details

    • consumeIdentifier

      Object consumeIdentifier(ResultSet resultSet)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Given a result set, consume/extract the necessary values and construct an appropriate identifier value.
      Parameters:
      resultSet - The result set containing the value(s) to be used in building the identifier value.
      Returns:
      The identifier value.