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;

public interface ${formBean.className}Repository  extends  JpaRepositoryImplementation<${formBean.className}, Serializable>{

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy