get
Authored
Projects
@Query(value = "SELECT * FROM " + PROJECTS_KEY +
" WHERE " + AUTHOR_KEY + "=:" + AUTHOR_KEY +
" ORDER BY " + CREATION_DATE_KEY + " DESC ",
nativeQuery = true
)
Method to execute the query to select the list of a Project authored by the user id
Return
Parameters
userId
The user identifier