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

com.itcoon.common.jpa.repo.BaseRepository Maven / Gradle / Ivy

There is a newer version: 1.1.2.RELEASE
Show newest version
package com.itcoon.common.jpa.repo;

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

@NoRepositoryBean
public interface BaseRepository extends JpaRepository, JpaSpecificationExecutor {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy