Uses of Interface
tigase.pubsub.repository.IPubSubDAO
-
Packages that use IPubSubDAO Package Description tigase.pubsub.repository tigase.pubsub.repository.cached -
-
Uses of IPubSubDAO in tigase.pubsub.repository
Classes in tigase.pubsub.repository that implement IPubSubDAO Modifier and Type Class Description classPubSubDAO<T,S extends tigase.db.DataSource,Q extends Query>classPubSubDAOJDBCclassPubSubDAOPool<T,S extends tigase.db.DataSource,Q extends Query>Methods in tigase.pubsub.repository that return IPubSubDAO Modifier and Type Method Description IPubSubDAOIPubSubRepository. getPubSubDAO()IPubSubDAOPubSubDAOPool. takeDao(tigase.xmpp.jid.BareJID serviceJid)Methods in tigase.pubsub.repository that return types with arguments of type IPubSubDAO Modifier and Type Method Description protected java.lang.Class<? extends IPubSubDAO<T,S,Q>>PubSubDAOPool. findClassForDataSource(tigase.db.DataSource dataSource)Methods in tigase.pubsub.repository with parameters of type IPubSubDAO Modifier and Type Method Description protected voidPubSubDAOPool. offerDao(tigase.xmpp.jid.BareJID serviceJid, IPubSubDAO dao)Deprecated. -
Uses of IPubSubDAO in tigase.pubsub.repository.cached
Fields in tigase.pubsub.repository.cached declared as IPubSubDAO Modifier and Type Field Description protected IPubSubDAO<T,tigase.db.DataSource,Query>CachedPubSubRepository. daoMethods in tigase.pubsub.repository.cached that return IPubSubDAO Modifier and Type Method Description IPubSubDAOCachedPubSubRepository. getPubSubDAO()Methods in tigase.pubsub.repository.cached with parameters of type IPubSubDAO Modifier and Type Method Description voidCachedPubSubRepository. setDao(IPubSubDAO<T,tigase.db.DataSource,Query> dao)Constructors in tigase.pubsub.repository.cached with parameters of type IPubSubDAO Constructor Description Items(T nodeId, tigase.xmpp.jid.BareJID serviceJid, java.lang.String nodeName, IPubSubDAO dao, IItems.IListnener listnener)
-