public interface ReferenceGenerator
referenceId generation. For
each object given to the nextReferenceFor(Object)
method, the implementation should generate reference identifiers. Reference
identifiers need to be unique within one SObject tree request and should
start with alphanumeric character.
For example you can provide your ReferenceGenerator implementation
that uses identities within your own system as references, i.e. primary keys
of records in your database.Counter| Modifier and Type | Method and Description |
|---|---|
String |
nextReferenceFor(Object object)
Generates unique, within a request, reference identifier for the given
object.
|
Apache Camel