Uses of Class
org.apache.jdo.impl.fostore.FOStoreTranscriberFactory

Packages that use FOStoreTranscriberFactory
org.apache.jdo.impl.fostore This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). 
 

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

Fields in org.apache.jdo.impl.fostore declared as FOStoreTranscriberFactory
private  FOStoreTranscriberFactory FOStoreModel.transcriberFactory
          Convenience; so that we don't have to getInstance() all the time.
private static FOStoreTranscriberFactory FOStoreTranscriberFactory.instance
           
 

Methods in org.apache.jdo.impl.fostore that return FOStoreTranscriberFactory
(package private) static FOStoreTranscriberFactory FOStoreTranscriberFactory.getInstance()