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

template.jpa.Repository.ftl Maven / Gradle / Ivy

There is a newer version: 1.1.10-2024
Show newest version
package ${repositoryPackage};

import ${jpaEntityPackage}.${formBean.className};
import org.springframework.data.jpa.repository.support.JpaRepositoryImplementation;
import java.io.Serializable;

/**
* ${formBean.model!}-数据处理功能
*/
public interface ${formBean.className}Repository  extends  JpaRepositoryImplementation<${formBean.className}, Serializable>{

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy