02-11-2013 08:13 AM
02-12-2013 10:15 AM
/**
* Hand in the SQL statement you want to execute. BEWARE: if you need a count you have to hand in a count() statement
* yourself, otherwise the result will be treated as lost of Activiti entities.
*
* If you need paging you have to insert the pagination code yourself. We skipped doing this for you
* as this is done really different on some databases (especially MS-SQL / DB2)
*/
T sql(String selectClause);
02-13-2013 07:10 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.