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

fun.fengwk.automapper.example.mapper.NewMapper Maven / Gradle / Ivy

The newest version!
package fun.fengwk.automapper.example.mapper;

import fun.fengwk.automapper.annotation.AutoMapper;
import fun.fengwk.automapper.example.model.ExampleDO;

import java.util.Collection;
import java.util.List;

/**
 * @author fengwk
 */
@AutoMapper
public interface NewMapper  {

    List findByIdIn(Collection ids);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy