Uses of Class
tigase.archive.QueryCriteria
Packages that use QueryCriteria
Package
Description
-
Uses of QueryCriteria in tigase.archive.db
Classes in tigase.archive.db with type parameters of type QueryCriteriaModifier and TypeClassDescriptionclassJDBCMessageArchiveRepository<Q extends QueryCriteria>static classstatic classJDBCMessageArchiveRepository.Item<Q extends QueryCriteria>classMessageArchiveRepositoryPool<Q extends QueryCriteria, R extends MessageArchiveRepository<Q, tigase.db.DataSource>>Created by andrzej on 16.07.2016.Subclasses with type arguments of type QueryCriteria in tigase.archive.dbModifier and TypeClassDescriptionstatic class -
Uses of QueryCriteria in tigase.archive.modules
Fields in tigase.archive.modules with type parameters of type QueryCriteriaModifier and TypeFieldDescriptionprotected MessageArchiveRepository<QueryCriteria, tigase.db.DataSource> AbstractModule.msg_repo -
Uses of QueryCriteria in tigase.archive.xep0136
Classes in tigase.archive.xep0136 with type parameters of type QueryCriteria -
Uses of QueryCriteria in tigase.archive.xep0136.modules
Classes in tigase.archive.xep0136.modules with type parameters of type QueryCriteriaModifier and TypeClassDescriptionstatic classDeprecated.static classRetrieveItemsModule.Xep0136ItemHandler<Q extends QueryCriteria, I extends MessageArchiveRepository.Item>Deprecated.