| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| com.sleepycat.persist.impl |
INTERNAL: Direct Persistence Layer (DPL) implementation.
|
| Modifier and Type | Method and Description |
|---|---|
SecondaryMultiKeyCreator |
SecondaryConfig.getMultiKeyCreator()
Returns the user-supplied object used for creating multi-valued
secondary keys.
|
| Modifier and Type | Method and Description |
|---|---|
SecondaryConfig |
SecondaryConfig.setMultiKeyCreator(SecondaryMultiKeyCreator multiKeyCreator)
Specifies the user-supplied object used for creating multi-valued
secondary keys.
|
void |
SecondaryConfig.setMultiKeyCreatorVoid(SecondaryMultiKeyCreator multiKeyCreator) |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistKeyCreator
A persistence secondary key creator/nullifier.
|
Copyright © 2024. All rights reserved.