Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
{{
{{Infobox_Software
|name = Persist
Line 55:
QueryData qd1 = persist.read(QueryData.class, "select 1 as count, 'hello' as concat_name from dual");
'''java.util.Map's'''
Line 78 ⟶ 77:
// fetch all customer id's as a list of integers
List<Integer> ids = persist.readList(
'''Custom queries with no returning data'''
|