Glider
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
Glider
backend
/
com.tecknobit.glider.services.passwords.repositories
Package-level
declarations
Types
Types
Password
Events
Repository
Link copied to clipboard
@
Repository
interface
PasswordEventsRepository
:
JpaRepository
<
T
,
ID
>
The
PasswordEventsRepository
interface is useful to manage the queries for the events operations
Passwords
Repository
Link copied to clipboard
@
Repository
interface
PasswordsRepository
:
JpaRepository
<
T
,
ID
>
The
PasswordsRepository
interface is useful to manage the queries for the passwords operations