Interface | Description |
---|---|
Enhanced |
Interface implemented by a persistent class via bytecode enhancement.
|
EntityInput |
Used for reading object fields.
|
EntityOutput |
Used for writing object fields.
|
Store.SyncHook |
For unit testing.
|
Class | Description |
---|---|
ComplexFormat |
Format for persistent complex classes that are not composite key classes.
|
CompositeKeyFormat |
Format for a composite key class.
|
ConverterReader |
Reader for invoking a class Converter mutation.
|
EnhancedAccessor |
Implements Accessor for a complex persistent class.
|
EnumFormat |
Format for all enum types.
|
Format |
The base class for all object formats.
|
ObjectArrayFormat |
An array of objects having a specified number of dimensions.
|
PersistCatalog |
The catalog of class formats for a store, along with its associated model
and mutations.
|
PersistComparator |
The btree comparator for persistent key classes.
|
PersistEntityBinding |
A persistence entity binding for a given entity class.
|
PersistKeyAssigner |
Assigns primary keys from a Sequence.
|
PersistKeyBinding |
A persistence key binding for a given key class.
|
PersistKeyCreator |
A persistence secondary key creator/nullifier.
|
PrimitiveArrayFormat |
An array of primitives having one dimension.
|
ProxiedFormat |
Format for types proxied by a PersistentProxy.
|
SimpleCatalog |
A static catalog containing simple types only.
|
SimpleFormat |
Format for simple types, including primitives.
|
SimpleFormat.FBigInt | |
SimpleFormat.FBool | |
SimpleFormat.FByte | |
SimpleFormat.FChar | |
SimpleFormat.FDate | |
SimpleFormat.FDouble | |
SimpleFormat.FFloat | |
SimpleFormat.FInt | |
SimpleFormat.FLong | |
SimpleFormat.FShort | |
SimpleFormat.FString | |
Store |
Base implementation for EntityStore and RawStore.
|