Uses of Class
org.apache.jackrabbit.core.query.AbstractQueryImpl
-
Packages that use AbstractQueryImpl Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.query -
-
Uses of AbstractQueryImpl in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that return AbstractQueryImpl Modifier and Type Method Description protected AbstractQueryImpl
SearchManager. createQueryInstance()
Creates a new instance of anAbstractQueryImpl
which is not initialized. -
Uses of AbstractQueryImpl in org.apache.jackrabbit.core.query
Subclasses of AbstractQueryImpl in org.apache.jackrabbit.core.query Modifier and Type Class Description class
QueryImpl
Provides the default implementation for a JCR query.class
QueryObjectModelImpl
QueryObjectModelImpl
implements the query object model.
-