com.alon.spring.crud.domain.repository.CrudRepository Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crud-api-base Show documentation
Show all versions of crud-api-base Show documentation
Fornece implementação básica e expansível para criação API's CRUD com Spring Boot e Spring Data JPA.
package com.alon.spring.crud.domain.repository;
import com.alon.spring.crud.domain.model.BaseEntity;
import com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphJpaRepository;
import com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphJpaSpecificationExecutor;
import java.io.Serializable;
public interface CrudRepository>
extends EntityGraphJpaRepository, EntityGraphJpaSpecificationExecutor {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy