public interface PersistenceTypeIdStrategy
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PersistenceTypeIdStrategy.Assembler<S extends PersistenceTypeIdStrategy> |
static class |
PersistenceTypeIdStrategy.None |
static interface |
PersistenceTypeIdStrategy.Parser<S extends PersistenceTypeIdStrategy> |
static class |
PersistenceTypeIdStrategy.Transient |
| Modifier and Type | Method and Description |
|---|---|
PersistenceTypeIdProvider |
createTypeIdProvider() |
static PersistenceTypeIdStrategy.None |
None() |
String |
strategyTypeNameTypeId() |
static PersistenceTypeIdStrategy.Transient |
Transient() |
static PersistenceTypeIdStrategy.Transient |
Transient(long startingTypeId) |
PersistenceTypeIdProvider createTypeIdProvider()
String strategyTypeNameTypeId()
static PersistenceTypeIdStrategy.Transient Transient()
static PersistenceTypeIdStrategy.Transient Transient(long startingTypeId)
static PersistenceTypeIdStrategy.None None()
Copyright © 2022 MicroStream Software. All rights reserved.