public class ContentQuery<T>
extends java.lang.Object
In the back-end, the query will be matched with a HibernateContentQuery plugin module that will perform the query itself.
The type parameter is a convenience to allow you to specify the return type of the query.
Constructor and Description |
---|
ContentQuery(java.lang.String name,
java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.Object[] |
getParameters() |
Copyright © 2003-2014 Atlassian. All Rights Reserved.