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

com.mg.common.utils.BaseDao Maven / Gradle / Ivy

The newest version!
package com.mg.common.utils;

import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.querydsl.QueryDslPredicateExecutor;

/**
 * 数据访问层基类
 * Created by kf on 2016/11/7.
 */
public interface BaseDao extends
        JpaRepository,
        QueryDslPredicateExecutor {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy