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

com.moon.data.service.BaseService Maven / Gradle / Ivy

package com.moon.data.service;

import com.moon.data.Record;
import com.moon.data.accessor.BaseAccessor;
import org.springframework.data.domain.*;

import java.util.List;
import java.util.Optional;
import java.util.function.Supplier;

/**
 * @author moonsky
 */
@SuppressWarnings("all")
public interface BaseService, ID> extends BaseAccessor {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy