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

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

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

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

import java.util.List;

/**
 * @author fengwk
 */
@AutoMapper(tableName = "example")
public interface SimpleExampleMapper {

    List findAllOrderByNameDesc();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy