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 Detail
-
createTypeIdProvider
PersistenceTypeIdProvider createTypeIdProvider()
-
strategyTypeNameTypeId
String strategyTypeNameTypeId()
-
Transient
static PersistenceTypeIdStrategy.Transient Transient()
-
Transient
static PersistenceTypeIdStrategy.Transient Transient(long startingTypeId)
-
None
static PersistenceTypeIdStrategy.None None()
-
-