toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.domain.queue.dao
/
QueueRepository
/
findQrCodes
find
Qr
Codes
@
Query
(
value
=
" SELECT qr_code FROM queue WHERE qr_code IS NOT NULL; "
,
nativeQuery
=
true
)
abstract
fun
findQrCodes
(
)
:
List
<
String
>
Returns list of existing QR codes