Uses of Interface
one.microstream.persistence.types.PersistenceTypeDictionaryAssembler
Package | Description |
---|---|
one.microstream.com | |
one.microstream.persistence.types |
-
Uses of PersistenceTypeDictionaryAssembler in one.microstream.com
Methods in one.microstream.com that return PersistenceTypeDictionaryAssembler Modifier and Type Method Description static PersistenceTypeDictionaryAssembler
ComProtocolStringConverter. defaultTypeDictionaryAssembler()
default PersistenceTypeDictionaryAssembler
ComProtocolStringConverter. typeDictionaryAssembler()
-
Uses of PersistenceTypeDictionaryAssembler in one.microstream.persistence.types
Classes in one.microstream.persistence.types that implement PersistenceTypeDictionaryAssembler Modifier and Type Class Description static class
PersistenceTypeDictionaryAssembler.Default
Methods in one.microstream.persistence.types that return PersistenceTypeDictionaryAssembler Modifier and Type Method Description PersistenceTypeDictionaryAssembler
PersistenceFoundation.Default. getTypeDictionaryAssembler()
PersistenceTypeDictionaryAssembler
PersistenceFoundation. getTypeDictionaryAssembler()
static PersistenceTypeDictionaryAssembler
PersistenceTypeDictionaryAssembler. New()
Methods in one.microstream.persistence.types with parameters of type PersistenceTypeDictionaryAssembler Modifier and Type Method Description F
PersistenceFoundation.Default. setTypeDictionaryAssembler(PersistenceTypeDictionaryAssembler typeDictionaryAssembler)
F
PersistenceFoundation. setTypeDictionaryAssembler(PersistenceTypeDictionaryAssembler typeDictionaryAssembler)
Constructors in one.microstream.persistence.types with parameters of type PersistenceTypeDictionaryAssembler Constructor Description Default(PersistenceTypeDictionaryAssembler assembler, PersistenceTypeDictionaryStorer storer)