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