NovaUsersRepository
The NovaUsersRepository
interface is useful to manage the queries for the users operations
Author
N7ghtm4r3 - Tecknobit
Since
1.0.1
See also
JpaRepository
EquinoxUser
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 " + IDENTIFIER_KEY + "," + PROFILE_PIC_KEY + "," + NAME_KEY + "," + SURNAME_KEY + ","
+ EMAIL_KEY + "," + ROLE_KEY
+ " FROM " + USERS_KEY
+ " WHERE " + IDENTIFIER_KEY + "!=:" + IDENTIFIER_KEY", nativeQuery = true)
Method to execute the query to get the potential members for a team
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard