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

br.com.jhonsapp.bootstrap.user.repository.RoleGroupRepository Maven / Gradle / Ivy

There is a newer version: 1.0.29
Show newest version
package br.com.jhonsapp.bootstrap.user.repository;

import org.springframework.data.jpa.repository.JpaRepository;

import br.com.jhonsapp.bootstrap.user.model.roleGroup.RoleGroup;

public interface RoleGroupRepository extends JpaRepository {

	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy