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

com.quincy.auth.dao.RoleRepository Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package com.quincy.auth.dao;

import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.stereotype.Repository;

import com.quincy.auth.entity.Role;

@Repository
public interface RoleRepository extends JpaRepository, JpaSpecificationExecutor {
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy