public class TemporaryIdSupplier extends java.lang.Object implements TemporaryIdSupplierI
TemporaryIdSupplierI
.
Supplies temporary Ids for a Transaction instead of the Transaction managing that on its own.
Is thread-safe and thus may be shared among multiple Transactions.Constructor and Description |
---|
TemporaryIdSupplier()
Creates a new TemporaryIdSupplier.
|
TemporaryIdSupplier(long initialValue) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
nextTempId()
Returns the next temporary Id to be used by the calling Transaction and updates the internal counter.
|
public TemporaryIdSupplier()
initialValue
- the starting value to be used for this TemporaryIdSupplier.
Is decreased by one upon each call to #next and thus defaults to 0.public TemporaryIdSupplier(long initialValue)
public java.lang.Long nextTempId()
TemporaryIdSupplierI
nextTempId
in interface TemporaryIdSupplierI
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.