
template.gen.mapperimpl.enjoy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sorm Show documentation
Show all versions of sorm Show documentation
java jpa tool for spring
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