Hi Artem, On Jul 21, 2008, at 12:32 AM, amelentev (SVN) wrote:
Author: amelentev Date: 2008-07-21 00:32:54 +0200 (Mon, 21 Jul 2008) New Revision: 11388
Modified: xwiki-platform/core/trunk/xwiki-core/pom.xml xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/ store/XWikiCacheStore.java xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/ store/XWikiHibernateStore.java xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/ store/XWikiStoreInterface.java xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/ store/jcr/XWikiJcrStore.java xwiki-platform/core/trunk/xwiki-core/src/main/resources/META-INF/ plexus/components.xml Log: XWIKI-2444: QueryManager in Store
Add QueryManager to main store interface
If I understand correctly the query manager is going to be the new way to perform queries and it'll replace methods from the *Store classes, correct? If this is true I think you should add more javadoc in #getQueryManager to explain what is the query manager, when it should be used rather than the other methods of the *Store. Thanks -Vincent