io.github.taills.common.jpa.repository.SecurityRoleRepository Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-common Show documentation
Show all versions of spring-boot-common Show documentation
Taills's Spring Boot Project Common
package io.github.taills.common.jpa.repository;
import io.github.taills.common.jpa.entity.SecurityRole;
;
/**
* SecurityRole Repository层
*
* @author auto generated
* @date 2021-10-24 13:56:40
*/
public interface SecurityRoleRepository extends BaseRepository {
/**
* 统计 roleName,只有0 或 1
* @param roleName
* @return
*/
long countAllByRoleName(String roleName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy