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 Summary
- 
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceIdStrategy
PersistenceIdStrategy.Default 
- 
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceObjectIdStrategy
PersistenceObjectIdStrategy.Assembler<S extends PersistenceObjectIdStrategy>, PersistenceObjectIdStrategy.None, PersistenceObjectIdStrategy.Parser<S extends PersistenceObjectIdStrategy>, PersistenceObjectIdStrategy.Transient 
- 
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 Default() 
- 
Method Summary
Modifier and Type Method Description PersistenceObjectIdStrategyobjectIdStragegy()PersistenceTypeIdStrategytypeIdStragegy()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface one.microstream.persistence.types.PersistenceIdStrategy
createObjectIdProvider, createTypeIdProvider, strategyTypeNameObjectId 
- 
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeIdStrategy
strategyTypeNameTypeId 
 - 
 
 - 
 
- 
- 
Method Detail
- 
objectIdStragegy
public PersistenceObjectIdStrategy objectIdStragegy()
- Specified by:
 objectIdStragegyin interfacePersistenceIdStrategy
 
- 
typeIdStragegy
public PersistenceTypeIdStrategy typeIdStragegy()
- Specified by:
 typeIdStragegyin interfacePersistenceIdStrategy
 
 - 
 
 -