| Package | Description |
|---|---|
| one.microstream.persistence.types |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PersistenceLegacyTypeHandler<D,T> |
interface |
PersistenceTypeDefinition |
interface |
PersistenceTypeDescription
Data that describes the persistence-relevant aspects of a type, meaning its full type name and all its
persistable members (fields).
|
interface |
PersistenceTypeDictionaryEntry
Data that ties a
PersistenceTypeDescription to a biunique type id, aka a PersistenceTypeIdentity. |
interface |
PersistenceTypeHandler<D,T> |
interface |
PersistenceTypeHandlerCustom<D,T>
This type extends the
PersistenceTypeHandler type only by the following reflection contract: |
interface |
PersistenceTypeHandlerGeneric<D,T>
This type extends the
PersistenceTypeHandler type only by the following reflection contract: |
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 |
PersistenceLegacyTypeHandler.Abstract<D,T> |
class |
PersistenceLegacyTypeHandlerWrapper<D,T> |
class |
PersistenceLegacyTypeHandlerWrapperEnum<D,T> |
static class |
PersistenceTypeDefinition.Default |
static class |
PersistenceTypeDescription.Identity |
static class |
PersistenceTypeDictionaryEntry.Abstract |
static class |
PersistenceTypeDictionaryParser.TypeEntry |
static class |
PersistenceTypeHandler.Abstract<D,T> |
static class |
PersistenceUnreachableTypeHandler.Default<D,T> |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PersistenceTypeIdentity.equals(PersistenceTypeIdentity ti1,
PersistenceTypeIdentity ti2) |
static int |
PersistenceTypeIdentity.hashCode(PersistenceTypeIdentity typeIdentity) |
Copyright © 2022 MicroStream Software. All rights reserved.