public interface ResultSetIdentifierConsumer
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
Modifier and Type | Method and Description |
---|---|
Serializable |
consumeIdentifier(ResultSet resultSet)
Given a result set, consume/extract the necessary values and construct an
appropriate identifier value.
|
Serializable consumeIdentifier(ResultSet resultSet)
resultSet
- The result set containing the value(s) to be used in building
the identifier value.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.