All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.iintelligas.repo.RoleRepository Maven / Gradle / Ivy

The newest version!
package com.github.iintelligas.repo;


import com.github.iintelligas.persist.entity.RoleEntity;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;

@Repository
public interface RoleRepository extends JpaRepository {

    RoleEntity findByName(String name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy