- Timestamp:
- Feb 11, 2015, 1:57:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.4-stable/www/common/annotations/list_annotations.jsp
r6607 r6722 42 42 import="net.sf.basedb.core.ItemQuery" 43 43 import="net.sf.basedb.core.ItemResultList" 44 import="net.sf.basedb.core.Include" 44 45 import="net.sf.basedb.core.PermissionDeniedException" 45 46 import="net.sf.basedb.core.query.Orders" … … 169 170 { 170 171 ItemQuery<AnnotationType> query = AnnotationType.getQuery(item.getType()); 172 query.setIncludes(Include.ALL); 171 173 query.join(Hql.innerJoin("categories", "ct")); 172 174 query.restrict(Restrictions.eq(Hql.property("ct", "name"), Expressions.string(selectedCategoryName)));
Note: See TracChangeset
for help on using the changeset viewer.