Changeset 1913 for trunk/src/groovy/dbnp/query/Search.groovy
- Timestamp:
- Jun 6, 2011, 2:47:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/groovy/dbnp/query/Search.groovy
r1908 r1913 170 170 // Combine all parts to generate a full HQL query 171 171 def hqlQuery = selectClause + " " + fullHQL.from + ( fullHQL.where ? " WHERE " + fullHQL.where.join( " " + searchMode.toString() + " " ) : "" ); 172 172 173 173 174 // Find all objects
Note: See TracChangeset
for help on using the changeset viewer.