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

top.wboost.common.base.repository.BaseJpaRepository Maven / Gradle / Ivy

package top.wboost.common.base.repository;

import java.io.Serializable;

import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.repository.NoRepositoryBean;

@NoRepositoryBean
public interface BaseJpaRepository
        extends BaseRepository, JpaRepository, JpaSpecificationExecutor {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy