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

org.example.service.springdata.CompanyRepository Maven / Gradle / Ivy

The newest version!
package org.example.service.springdata;

import org.example.jpadomain.Company;
import org.springframework.data.jpa.repository.JpaRepository;

public interface CompanyRepository extends JpaRepository {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy