Interface PersistenceTypeDictionaryProvider
- All Known Subinterfaces:
ComPersistenceAdaptor<C>
,ComPersistenceAdaptorBinary<C>
,ComProtocol
,ComProtocolData
,ComProtocolProvider<C>
,PersistenceTypeDictionaryManager
,PersistenceTypeDictionaryViewProvider
- All Known Implementing Classes:
ComPersistenceAdaptor.Abstract
,ComPersistenceAdaptorBinary.Abstract
,ComPersistenceAdaptorBinary.Default
,ComProtocol.Default
,ComProtocolProvider.Default
,PersistenceTypeDictionaryManager.Abstract
,PersistenceTypeDictionaryManager.Exporting
,PersistenceTypeDictionaryManager.Immutable
,PersistenceTypeDictionaryManager.Transient
,PersistenceTypeDictionaryProvider.Caching
,PersistenceTypeDictionaryProvider.Default
,PersistenceTypeDictionaryViewProvider.Wrapper
public interface PersistenceTypeDictionaryProvider
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PersistenceTypeDictionaryProvider.Caching
static class
PersistenceTypeDictionaryProvider.Default
-
Method Summary
Modifier and Type Method Description static PersistenceTypeDictionaryProvider.Caching
Caching(PersistenceTypeDictionaryProvider typeDictionaryImporter)
static PersistenceTypeDictionaryProvider.Default
New(PersistenceTypeDictionaryLoader loader, PersistenceTypeDictionaryCompiler compiler)
PersistenceTypeDictionary
provideTypeDictionary()
-
Method Details
-
provideTypeDictionary
PersistenceTypeDictionary provideTypeDictionary() -
New
static PersistenceTypeDictionaryProvider.Default New(PersistenceTypeDictionaryLoader loader, PersistenceTypeDictionaryCompiler compiler) -
Caching
static PersistenceTypeDictionaryProvider.Caching Caching(PersistenceTypeDictionaryProvider typeDictionaryImporter)
-