Uses of Interface
tigase.db.DataRepository

Packages that use DataRepository
tigase.db   
tigase.db.jdbc   
 

Uses of DataRepository in tigase.db
 

Classes in tigase.db that implement DataRepository
 class DataRepositoryPool
          Created: Sep 4, 2010 2:13:22 PM
 

Methods in tigase.db that return DataRepository
static DataRepository RepositoryFactory.getDataRepository(String class_name, String resource, Map<String,String> params)
          Method description
 DataRepository DataRepositoryPool.takeRepo(tigase.xmpp.BareJID user_id)
          Method description
 DataRepository DataRepository.takeRepoHandle(tigase.xmpp.BareJID user_id)
          Returns DataRepository instance.
 DataRepository DataRepositoryPool.takeRepoHandle(tigase.xmpp.BareJID user_id)
           
 

Methods in tigase.db with parameters of type DataRepository
 void DataRepositoryPool.addRepo(DataRepository repo)
          Method description
 void DataRepository.releaseRepoHandle(DataRepository repo)
           
 void DataRepositoryPool.releaseRepoHandle(DataRepository repo)
           
 

Uses of DataRepository in tigase.db.jdbc
 

Classes in tigase.db.jdbc that implement DataRepository
 class DataRepositoryImpl
          Created: Sep 3, 2010 5:55:41 PM
 

Methods in tigase.db.jdbc that return DataRepository
 DataRepository DataRepositoryImpl.takeRepoHandle(tigase.xmpp.BareJID user_id)
           
 

Methods in tigase.db.jdbc with parameters of type DataRepository
 long JDBCRepository.getUserUID(DataRepository repo, tigase.xmpp.BareJID user_id)
          Method description
 void DataRepositoryImpl.releaseRepoHandle(DataRepository repo)
           
 



Copyright © 2013 Tigase. All rights reserved.