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

io.github.taills.common.jpa.repository.SecurityGroupRepository Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
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