| Package | Description |
|---|---|
| one.microstream.persistence.internal | |
| one.microstream.persistence.types |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistenceTypeHandlerProviderCreating<D> |
class |
PersistenceTypeHandlerProviderFailing<D>
Trivial implementation that throws a
PersistenceExceptionTypeNotPersistable for every type. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PersistenceFoundation<D,F extends PersistenceFoundation<D,?>>
This type serves as a factory instance for buidling
PersistenceManager instances. |
interface |
PersistenceLegacyTypeHandler<D,T> |
interface |
PersistenceTypeHandler<D,T> |
interface |
PersistenceTypeHandlerCustom<D,T>
This type extends the
PersistenceTypeHandler type only by the following reflection contract: |
interface |
PersistenceTypeHandlerEnsurer<D>
Named "ensurer" because depending on the case, it creates a new type handler or it just returns
already existing, pre-registered ones.
|
interface |
PersistenceTypeHandlerGeneric<D,T>
This type extends the
PersistenceTypeHandler type only by the following reflection contract: |
interface |
PersistenceTypeHandlerProvider<D> |
interface |
PersistenceTypeHandlerReflective<D,T> |
interface |
PersistenceUnreachableTypeHandler<D,T>
This is, of course, not a handler that is unreachable, but a handler for a type whose instances are
(decided by the developer) no longer reachable in the entity graph, despite potentially still being present
in a live database, but not having been cleaned up, yet.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PersistenceDataTypeHolder.Default<D> |
static class |
PersistenceFoundation.Default<D,F extends PersistenceFoundation.Default<D,?>> |
static class |
PersistenceLegacyTypeHandler.Abstract<D,T> |
class |
PersistenceLegacyTypeHandlerWrapper<D,T> |
class |
PersistenceLegacyTypeHandlerWrapperEnum<D,T> |
static class |
PersistenceTypeHandler.Abstract<D,T> |
static class |
PersistenceTypeHandlerEnsurer.Default<D> |
static class |
PersistenceUnreachableTypeHandler.Default<D,T> |
Copyright © 2022 MicroStream Software. All rights reserved.