get
Session
Members
@Query(value = ""SELECT * FROM " + USERS_KEY +
" WHERE " + IDENTIFIER_KEY + "!=:" + IDENTIFIER_KEY",
nativeQuery = true
)
Method to execute the query to get the current members registered in the system
Parameters
userId
The user to exclude from the list
pageable
The parameters to paginate the query