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 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 Transient()
- 
Method SummaryModifier and Type Method Description static voidassemble(VarString vs, PersistenceTypeIdStrategy.Transient idStrategy)static charclosingCharacter()PersistenceTypeIdProvidercreateTypeIdProvider()static charopeningCharacter()static PersistenceTypeIdStrategy.Transientparse(String typeIdStrategyContent)longstartingTypeId()StringstrategyTypeNameTypeId()static StringtypeName()
- 
Constructor Details- 
Transientpublic Transient()
 
- 
- 
Method Details- 
typeName
- 
assemble
- 
openingCharacterpublic static char openingCharacter()
- 
closingCharacterpublic static char closingCharacter()
- 
parse
- 
startingTypeIdpublic final long startingTypeId()
- 
strategyTypeNameTypeId- Specified by:
- strategyTypeNameTypeIdin interface- PersistenceTypeIdStrategy
 
- 
createTypeIdProvider- Specified by:
- createTypeIdProviderin interface- PersistenceTypeIdStrategy
 
 
-