com.bld.commons.repository.BaseJpaRepository Maven / Gradle / Ivy
The newest version!
/**
* @author Francesco Baldi
* @mail [email protected]
* @class bld.commons.persistence.base.domain.BaseJpaRepository.java
*/
package com.bld.commons.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
/**
* The Interface BaseJpaRepository.
*
* @param the generic type
* @param the generic type
*/
public interface BaseJpaRepository extends JpaRepository, JpaSpecificationExecutor {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy