Uses of Interface
org.apache.jdo.store.TranscriberFactory

Packages that use TranscriberFactory
org.apache.jdo.impl.fostore This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). 
org.apache.jdo.pm This package contains provides internal interfaces for PersistenceManagerFactory and PersistenceManager extending the ones from javax.jdo. 
 

Uses of TranscriberFactory in org.apache.jdo.impl.fostore
 

Classes in org.apache.jdo.impl.fostore that implement TranscriberFactory
(package private)  class FOStoreTranscriberFactory
          Provides Transcriber instances for FOStore.
 

Methods in org.apache.jdo.impl.fostore that return TranscriberFactory
 TranscriberFactory FOStorePMF.getTranscriberFactory()
           
 

Uses of TranscriberFactory in org.apache.jdo.pm
 

Methods in org.apache.jdo.pm that return TranscriberFactory
 TranscriberFactory PersistenceManagerFactoryInternal.getTranscriberFactory()
          Provides the factory which can make Transcribers for this PMF.