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

com.github.aqiu202.starters.jpa.dao.JpaBaseRepository Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package com.github.aqiu202.starters.jpa.dao;

import org.springframework.data.jpa.repository.support.JpaRepositoryImplementation;
import org.springframework.data.querydsl.QuerydslPredicateExecutor;

public interface JpaBaseRepository extends JpaRepositoryImplementation,
        QuerydslPredicateExecutor {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy