Interface PersistenceTypeIdStrategy
- All Known Subinterfaces:
 PersistenceIdStrategy
- All Known Implementing Classes:
 ComDefaultIdStrategy,FileTypeIdStrategy,PersistenceIdStrategy.Default,PersistenceTypeIdStrategy.None,PersistenceTypeIdStrategy.Transient
public interface PersistenceTypeIdStrategy
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePersistenceTypeIdStrategy.Assembler<S extends PersistenceTypeIdStrategy>static classPersistenceTypeIdStrategy.Nonestatic interfacePersistenceTypeIdStrategy.Parser<S extends PersistenceTypeIdStrategy>static classPersistenceTypeIdStrategy.Transient - 
Method Summary
Modifier and Type Method Description PersistenceTypeIdProvidercreateTypeIdProvider()static PersistenceTypeIdStrategy.NoneNone()StringstrategyTypeNameTypeId()static PersistenceTypeIdStrategy.TransientTransient()static PersistenceTypeIdStrategy.TransientTransient(long startingTypeId) 
- 
Method Details
- 
createTypeIdProvider
PersistenceTypeIdProvider createTypeIdProvider() - 
strategyTypeNameTypeId
String strategyTypeNameTypeId() - 
Transient
 - 
Transient
 - 
None
 
 -