Package-level declarations

Types

Link copied to clipboard
@Repository
interface PasswordEventsRepository : JpaRepository<T, ID>
The PasswordEventsRepository interface is useful to manage the queries for the events operations
Link copied to clipboard
@Repository
interface PasswordsRepository : JpaRepository<T, ID>
The PasswordsRepository interface is useful to manage the queries for the passwords operations