get
User
Owned
Links
@Query(value = "SELECT * FROM " + LINKS_KEY + _WHERE_
+ OWNER_KEY + "=:" + USER_IDENTIFIER_KEY + " AND dtype='" + LINK_KEY + "'" +
" ORDER BY " + DATE_KEY + " DESC",
nativeQuery = true
)
Method to execute the query to get the user's owned links
Return
Parameters
userId
The identifier of the user
pageable
The parameters to paginate the query