| Package | Description |
|---|---|
| com.sleepycat.bind.serial |
Bindings that use Java serialization.
|
| com.sleepycat.bind.tuple |
Bindings that use sequences of primitive fields, or tuples.
|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SerialSerialKeyCreator<PK,D,SK> |
A abstract key creator that uses a serial key and a serial data entry.
|
class |
TupleSerialKeyCreator<D> |
A abstract key creator that uses a tuple key and a serial data entry.
|
class |
TupleSerialMarshalledKeyCreator<D extends MarshalledTupleKeyEntity> |
A concrete key creator that works in conjunction with a
TupleSerialMarshalledBinding. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
TupleTupleKeyCreator<E> |
An abstract key creator that uses a tuple key and a tuple data entry.
|
class |
TupleTupleMarshalledKeyCreator<E extends MarshalledTupleEntry & MarshalledTupleKeyEntity> |
A concrete key creator that works in conjunction with a
TupleTupleMarshalledBinding. |
| Modifier and Type | Method | Description |
|---|---|---|
ForeignKeyNullifier |
SecondaryConfig.getForeignKeyNullifier() |
Returns the user-supplied object used for setting single-valued foreign
keys to null.
|
| Modifier and Type | Method | Description |
|---|---|---|
SecondaryConfig |
SecondaryConfig.setForeignKeyNullifier(ForeignKeyNullifier foreignKeyNullifier) |
Specifies the user-supplied object used for setting single-valued
foreign keys to null.
|
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.