Pandoro
Users
Repository
The UsersRepository
interface is
useful to manage the queries for the users
Author
N7ghtm4r3 - Tecknobit
See also
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Query(value = "SELECT * FROM " + USERS_KEY +
" WHERE " +
IDENTIFIER_KEY + " NOT IN (:" + GROUP_MEMBERS_KEY + ")",
nativeQuery = true
)
Method to get the candidates user list
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard