Package-level declarations

Types

Link copied to clipboard
@Service
@Repository
interface EquinoxUsersRepository<T : EquinoxUser?> : JpaRepository<T, ID>
The UsersRepository interface is useful to manage the queries for the users operations