Class PersistenceTypeIdStrategy.Transient
- java.lang.Object
-
- one.microstream.persistence.types.PersistenceTypeIdStrategy.Transient
-
- All Implemented Interfaces:
PersistenceTypeIdStrategy
- Enclosing interface:
- PersistenceTypeIdStrategy
public static final class PersistenceTypeIdStrategy.Transient extends Object implements PersistenceTypeIdStrategy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeIdStrategy
PersistenceTypeIdStrategy.Assembler<S extends PersistenceTypeIdStrategy>, PersistenceTypeIdStrategy.None, PersistenceTypeIdStrategy.Parser<S extends PersistenceTypeIdStrategy>, PersistenceTypeIdStrategy.Transient
-
-
Constructor Summary
Constructors Constructor Description Transient()
-
Method Summary
Modifier and Type Method Description static void
assemble(VarString vs, PersistenceTypeIdStrategy.Transient idStrategy)
static char
closingCharacter()
PersistenceTypeIdProvider
createTypeIdProvider()
static char
openingCharacter()
static PersistenceTypeIdStrategy.Transient
parse(String typeIdStrategyContent)
long
startingTypeId()
String
strategyTypeNameTypeId()
static String
typeName()
-
-
-
Method Detail
-
typeName
public static String typeName()
-
assemble
public static void assemble(VarString vs, PersistenceTypeIdStrategy.Transient idStrategy)
-
openingCharacter
public static char openingCharacter()
-
closingCharacter
public static char closingCharacter()
-
parse
public static PersistenceTypeIdStrategy.Transient parse(String typeIdStrategyContent)
-
startingTypeId
public final long startingTypeId()
-
strategyTypeNameTypeId
public String strategyTypeNameTypeId()
- Specified by:
strategyTypeNameTypeId
in interfacePersistenceTypeIdStrategy
-
createTypeIdProvider
public final PersistenceTypeIdProvider createTypeIdProvider()
- Specified by:
createTypeIdProvider
in interfacePersistenceTypeIdStrategy
-
-