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 classPersistenceTypeDictionaryProvider.Cachingstatic classPersistenceTypeDictionaryProvider.Default - 
Method Summary
Modifier and Type Method Description static PersistenceTypeDictionaryProvider.CachingCaching(PersistenceTypeDictionaryProvider typeDictionaryImporter)static PersistenceTypeDictionaryProvider.DefaultNew(PersistenceTypeDictionaryLoader loader, PersistenceTypeDictionaryCompiler compiler)PersistenceTypeDictionaryprovideTypeDictionary() 
- 
Method Details
- 
provideTypeDictionary
PersistenceTypeDictionary provideTypeDictionary() - 
New
static PersistenceTypeDictionaryProvider.Default New(PersistenceTypeDictionaryLoader loader, PersistenceTypeDictionaryCompiler compiler) - 
Caching
static PersistenceTypeDictionaryProvider.Caching Caching(PersistenceTypeDictionaryProvider typeDictionaryImporter) 
 -