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

template.gen.mapperimpl.enjoy Maven / Gradle / Ivy

The newest version!
package #(package);
#(imports)
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import sf.database.dao.DBClient;
import sf.database.mapper.DaoMapperImpl;
/*
* gen by enjoy mapper impl #now("yyyy-MM-dd")
*/
@Repository
public class #(className) extends DaoMapperImpl<#(entityClass)> implements #(mapperInfClass) {
    public #(className)(@Autowired DBClient dbClient) {
        super(#(entityClass).class, dbClient);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy