Package | Description |
---|---|
oracle.toplink.essentials.internal.sequencing | |
oracle.toplink.essentials.internal.sessions |
Modifier and Type | Method and Description |
---|---|
static SequencingHome |
SequencingFactory.createSequencingHome(DatabaseSessionImpl ownerSession)
INTERNAL:
Takes a potential owner - a DatabaseSession, returns SequencingHome object.
|
Modifier and Type | Method and Description |
---|---|
protected SequencingHome |
DatabaseSessionImpl.getSequencingHome()
INTERNAL:
Return SequencingHome which used to obtain all sequence-related
interfaces for DatabaseSession
|
Modifier and Type | Method and Description |
---|---|
protected void |
DatabaseSessionImpl.setSequencingHome(SequencingHome sequencingHome)
INTERNAL:
Set the SequencingHome object used by the session.
|
Copyright © 2023. All rights reserved.