Uses of Interface
tigase.pubsub.repository.IPubSubRepository
-
Packages that use IPubSubRepository Package Description tigase.pubsub tigase.pubsub.repository tigase.pubsub.repository.cached tigase.pubsub.utils -
-
Uses of IPubSubRepository in tigase.pubsub
Methods in tigase.pubsub that return IPubSubRepository Modifier and Type Method Description protected IPubSubRepositoryAbstractPubSubModule. getRepository() -
Uses of IPubSubRepository in tigase.pubsub.repository
Classes in tigase.pubsub.repository that implement IPubSubRepository Modifier and Type Class Description classPubSubRepositoryWrapperConstructors in tigase.pubsub.repository with parameters of type IPubSubRepository Constructor Description PubSubRepositoryWrapper(IPubSubRepository repo) -
Uses of IPubSubRepository in tigase.pubsub.repository.cached
Classes in tigase.pubsub.repository.cached that implement IPubSubRepository Modifier and Type Class Description classCachedPubSubRepository<T>Implementation of IPubSubRepository interface providing access to the database for data storage with caching. -
Uses of IPubSubRepository in tigase.pubsub.utils
Methods in tigase.pubsub.utils that return IPubSubRepository Modifier and Type Method Description protected IPubSubRepositoryDefaultPubSubLogic. getRepository()
-