Uses of Interface
one.microstream.persistence.types.PersistenceTypeIdStrategy
Package | Description |
---|---|
one.microstream.com | |
one.microstream.persistence.internal | |
one.microstream.persistence.types |
-
Uses of PersistenceTypeIdStrategy in one.microstream.com
Classes in one.microstream.com that implement PersistenceTypeIdStrategy Modifier and Type Class Description class
ComDefaultIdStrategy
-
Uses of PersistenceTypeIdStrategy in one.microstream.persistence.internal
Classes in one.microstream.persistence.internal that implement PersistenceTypeIdStrategy Modifier and Type Class Description class
FileTypeIdStrategy
-
Uses of PersistenceTypeIdStrategy in one.microstream.persistence.types
Classes in one.microstream.persistence.types with type parameters of type PersistenceTypeIdStrategy Modifier and Type Interface Description static interface
PersistenceTypeIdStrategy.Assembler<S extends PersistenceTypeIdStrategy>
static interface
PersistenceTypeIdStrategy.Parser<S extends PersistenceTypeIdStrategy>
Subinterfaces of PersistenceTypeIdStrategy in one.microstream.persistence.types Modifier and Type Interface Description interface
PersistenceIdStrategy
Classes in one.microstream.persistence.types that implement PersistenceTypeIdStrategy Modifier and Type Class Description static class
PersistenceIdStrategy.Default
static class
PersistenceTypeIdStrategy.None
static class
PersistenceTypeIdStrategy.Transient
Methods in one.microstream.persistence.types that return PersistenceTypeIdStrategy Modifier and Type Method Description PersistenceTypeIdStrategy
PersistenceIdStrategy.Default. typeIdStragegy()
PersistenceTypeIdStrategy
PersistenceIdStrategy. typeIdStragegy()
Methods in one.microstream.persistence.types with parameters of type PersistenceTypeIdStrategy Modifier and Type Method Description static PersistenceIdStrategy
PersistenceIdStrategy. New(PersistenceObjectIdStrategy objectIdStrategy, PersistenceTypeIdStrategy typeIdStrategy)