public interface SequencingCallback
Purpose: Define interface for sequencing callback.
Description: This interface accessed through DatabaseSession.getSequencingHome().getCallback() method.
Responsibilities:
oracle.toplink.essentials.sequencing.SequencingValueGenerationPolicy,
SequencingControl| Modifier and Type | Method and Description |
|---|---|
void |
afterTransaction(Accessor accessor,
boolean committed)
INTERNAL:
Called only by Session.afterTransaction method.
|
void afterTransaction(Accessor accessor, boolean committed)
accessor - Accessor used by transaction.committed - boolean true - transaction committed, false - transaction failed.