Class PersistenceTypeIdStrategy.None
- java.lang.Object
-
- one.microstream.persistence.types.PersistenceTypeIdStrategy.None
-
- All Implemented Interfaces:
PersistenceTypeIdStrategy
- Enclosing interface:
- PersistenceTypeIdStrategy
public static final class PersistenceTypeIdStrategy.None 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 None()
-
Method Summary
Modifier and Type Method Description static void
assemble(VarString vs, PersistenceTypeIdStrategy.None idStrategy)
PersistenceTypeIdProvider
createTypeIdProvider()
static PersistenceTypeIdStrategy.None
parse(String typeIdStrategyContent)
String
strategyTypeNameTypeId()
static String
typeName()
-
-
-
Method Detail
-
typeName
public static String typeName()
-
assemble
public static void assemble(VarString vs, PersistenceTypeIdStrategy.None idStrategy)
-
parse
public static PersistenceTypeIdStrategy.None parse(String typeIdStrategyContent) throws ParsingException
- Throws:
ParsingException
-
strategyTypeNameTypeId
public String strategyTypeNameTypeId()
- Specified by:
strategyTypeNameTypeId
in interfacePersistenceTypeIdStrategy
-
createTypeIdProvider
public final PersistenceTypeIdProvider createTypeIdProvider()
- Specified by:
createTypeIdProvider
in interfacePersistenceTypeIdStrategy
-
-