You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
357 B
JSON

{
"queryListFromModel": {
"scope": "java",
"description": "Create a method to get a List from the database (Rossum JpaBaseDAO)",
"prefix": "queryListFromModel",
"body": [
"public List<$1> $2() {",
" return queryFromModelObject()",
" .where((cb, root) -> $0)",
" .results();",
"}"
]
}
}