io.github.taills.common.jpa.repository.SecurityGroupRepository 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.SecurityGroup;
;
/**
* SecurityGroup Repository层
*
* @author auto generated
* @date 2021-10-24 13:56:40
*/
public interface SecurityGroupRepository extends BaseRepository {
/**
* 根据 groupName 统计条数,正常情况下只会有 1 和 0
* @param groupName
* @return
*/
long countAllByGroupName(String groupName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy