public interface PersistenceTypeRegistry extends PersistenceTypeLookup
| Modifier and Type | Interface and Description |
|---|---|
static class |
PersistenceTypeRegistry.Default |
| Modifier and Type | Method and Description |
|---|---|
void |
iteratePerIds(BiConsumer<Long,? super Class<?>> consumer) |
static PersistenceTypeRegistry.Default |
New() |
boolean |
registerType(long typeId,
Class<?> type) |
boolean |
registerTypes(Iterable<? extends PersistenceTypeLink> types) |
lookupType, lookupTypeId, validateTypeMapping, validateTypeMappingsboolean registerType(long typeId,
Class<?> type)
throws PersistenceExceptionConsistency
PersistenceExceptionConsistencyboolean registerTypes(Iterable<? extends PersistenceTypeLink> types) throws PersistenceExceptionConsistency
PersistenceExceptionConsistencyvoid iteratePerIds(BiConsumer<Long,? super Class<?>> consumer)
static PersistenceTypeRegistry.Default New()
Copyright © 2022 MicroStream Software. All rights reserved.