
template.gen.mapper.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 sf.database.mapper.DaoMapper;
/*
* gen by enjoy mapper #now("yyyy-MM-dd")
*/
#if(ormMapper)@#(ormMapper)#(CR) #end
public interface #(className) extends DaoMapper<#(entityClass)> {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy