Uses of Interface
org.springframework.data.jdbc.core.convert.Identifier.IdentifierConsumer
Packages that use Identifier.IdentifierConsumer
-
Uses of Identifier.IdentifierConsumer in org.springframework.data.jdbc.core.convert
Methods in org.springframework.data.jdbc.core.convert with parameters of type Identifier.IdentifierConsumerModifier and TypeMethodDescriptionvoidIdentifier.forEach(Identifier.IdentifierConsumer consumer) Performs the given action for each element of theIdentifieruntil all elements have been processed or the action throws an exception.