Package | Description |
---|---|
oracle.toplink.essentials.internal.sequencing | |
oracle.toplink.essentials.internal.sessions | |
oracle.toplink.essentials.threetier |
Modifier and Type | Interface and Description |
---|---|
interface |
SequencingServer
Purpose: Define interface for sequencing server.
|
Modifier and Type | Method and Description |
---|---|
static Sequencing |
SequencingFactory.createSequencing(AbstractSession session)
INTERNAL:
Takes a potential owner - a Session, returns Sequencing object.
|
Sequencing |
SequencingHome.getSequencing() |
Modifier and Type | Method and Description |
---|---|
Sequencing |
UnitOfWorkImpl.getSequencing()
INTERNAL:
Return the Sequencing object used by the session.
|
Sequencing |
DatabaseSessionImpl.getSequencing()
INTERNAL:
Return the Sequencing object used by the session.
|
Sequencing |
AbstractSession.getSequencing()
INTERNAL:
Return the Sequencing object used by the session.
|
Modifier and Type | Field and Description |
---|---|
protected Sequencing |
ClientSession.sequencing |
Modifier and Type | Method and Description |
---|---|
Sequencing |
ClientSession.getSequencing()
INTERNAL:
Return the Sequencing object used by the session.
|
Copyright © 2022. All rights reserved.