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 SummaryNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeIdStrategyPersistenceTypeIdStrategy.Assembler<S extends PersistenceTypeIdStrategy>, PersistenceTypeIdStrategy.None, PersistenceTypeIdStrategy.Parser<S extends PersistenceTypeIdStrategy>, PersistenceTypeIdStrategy.Transient
- 
Constructor SummaryConstructors Constructor Description None()
- 
Method SummaryModifier and Type Method Description static voidassemble(VarString vs, PersistenceTypeIdStrategy.None idStrategy)PersistenceTypeIdProvidercreateTypeIdProvider()static PersistenceTypeIdStrategy.Noneparse(String typeIdStrategyContent)StringstrategyTypeNameTypeId()static StringtypeName()
- 
Constructor Details- 
Nonepublic None()
 
- 
- 
Method Details- 
typeName
- 
assemble
- 
parsepublic static PersistenceTypeIdStrategy.None parse(String typeIdStrategyContent) throws ParsingException- Throws:
- ParsingException
 
- 
strategyTypeNameTypeId- Specified by:
- strategyTypeNameTypeIdin interface- PersistenceTypeIdStrategy
 
- 
createTypeIdProvider- Specified by:
- createTypeIdProviderin interface- PersistenceTypeIdStrategy
 
 
-