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

io.github.firefang.power.permission.serialize.IPermissionService Maven / Gradle / Ivy

There is a newer version: 0.0.6
Show newest version
package io.github.firefang.power.permission.serialize;

import java.util.List;

/**
 * Service to write entity into db
 * 
 * @author xinufo
 *
 */
public interface IPermissionService {

    /**
     * 批量更新(若已存在同名权限则进行更新,否则进行插入,若已存在的权限名称不在此列表中则删除)
     * 
     * @param entities 权限实体类列表
     */
    void upsertBatch(List entities);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy