com.mg.common.metadata.dao.MFavoritesDao Maven / Gradle / Ivy
package com.mg.common.metadata.dao;
import com.mg.framework.entity.metadata.MFavoritesEntity;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.querydsl.QueryDslPredicateExecutor;
/**
* Created by liukefu on 2015/10/2.
*/
public interface MFavoritesDao extends
JpaRepository,
QueryDslPredicateExecutor {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy