Brownie
Sessions
Repository
The BrownieSessionsRepository
interface is useful to manage the queries of the BrownieSession
Author
N7ghtm4r3 - Tecknobit
See also
JpaRepository
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
@Query(value = ""SELECT * FROM " + SESSIONS_KEY + _WHERE_ +
JOIN_CODE_KEY + "=:" + JOIN_CODE_KEY + " AND " +
PASSWORD_KEY + "=:" + PASSWORD_KEY",
nativeQuery = true
)
Query used to validate the access attempt of
session connection