Class PersistenceIdStrategy.Default
java.lang.Object
one.microstream.persistence.types.PersistenceIdStrategy.Default
- All Implemented Interfaces:
- PersistenceIdStrategy,- PersistenceObjectIdStrategy,- PersistenceTypeIdStrategy
- Enclosing interface:
- PersistenceIdStrategy
public static class PersistenceIdStrategy.Default extends Object implements PersistenceIdStrategy
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceIdStrategyPersistenceIdStrategy.DefaultNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceObjectIdStrategyPersistenceObjectIdStrategy.Assembler<S extends PersistenceObjectIdStrategy>, PersistenceObjectIdStrategy.None, PersistenceObjectIdStrategy.Parser<S extends PersistenceObjectIdStrategy>, PersistenceObjectIdStrategy.TransientNested 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 Default()
- 
Method SummaryModifier and Type Method Description PersistenceObjectIdStrategyobjectIdStragegy()PersistenceTypeIdStrategytypeIdStragegy()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.persistence.types.PersistenceIdStrategycreateObjectIdProvider, createTypeIdProvider, strategyTypeNameObjectIdMethods inherited from interface one.microstream.persistence.types.PersistenceTypeIdStrategystrategyTypeNameTypeId
- 
Constructor Details- 
Defaultpublic Default()
 
- 
- 
Method Details- 
objectIdStragegy- Specified by:
- objectIdStragegyin interface- PersistenceIdStrategy
 
- 
typeIdStragegy- Specified by:
- typeIdStragegyin interface- PersistenceIdStrategy
 
 
-