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

com.cleverpine.cpspringdatacrud.repository.CommonRepository Maven / Gradle / Ivy

The newest version!
package com.cleverpine.cpspringdatacrud.repository;

import org.springframework.data.repository.CrudRepository;
import org.springframework.data.repository.NoRepositoryBean;

import java.util.List;

@NoRepositoryBean
public interface CommonRepository extends CrudRepository {

    List findAll();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy