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

io.edurt.datacap.service.repository.FunctionsRepository Maven / Gradle / Ivy

There is a newer version: 2024.4.0
Show newest version
package io.edurt.datacap.service.repository;

import io.edurt.datacap.service.entity.FunctionEntity;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;

public interface FunctionsRepository
        extends BaseRepository
{
    Page findAllByPluginContaining(Pageable pageable, String plugin);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy