public interface PersistenceTypeLineage
| Modifier and Type | Interface and Description |
|---|---|
static class |
PersistenceTypeLineage.Default |
| Modifier and Type | Method and Description |
|---|---|
one.microstream.collections.types.XGettingTable<Long,PersistenceTypeDefinition> |
entries() |
PersistenceTypeDefinition |
latest() |
static PersistenceTypeLineage.Default |
New(String runtimeTypeName,
Class<?> runtimeType) |
boolean |
registerTypeDefinition(PersistenceTypeDefinition typeDefinition) |
PersistenceTypeDefinition |
runtimeDefinition() |
boolean |
setRuntimeTypeDefinition(PersistenceTypeDefinition runtimeDefinition) |
Class<?> |
type() |
String |
typeName() |
PersistenceTypeLineageView |
view() |
String typeName()
Class<?> type()
one.microstream.collections.types.XGettingTable<Long,PersistenceTypeDefinition> entries()
PersistenceTypeDefinition latest()
PersistenceTypeDefinition runtimeDefinition()
PersistenceTypeLineageView view()
boolean registerTypeDefinition(PersistenceTypeDefinition typeDefinition)
boolean setRuntimeTypeDefinition(PersistenceTypeDefinition runtimeDefinition)
static PersistenceTypeLineage.Default New(String runtimeTypeName, Class<?> runtimeType)
Copyright © 2022 MicroStream Software. All rights reserved.