public class ContentQuery<T> extends 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(String name,
            Object... parameters) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getName() | 
| Object[] | getParameters() | 
| int | hashCode() | 
Copyright © 2003–2022 Atlassian. All rights reserved.