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

io.github.wimdeblauwe.jpearl.mavenplugin.entity-repository-template Maven / Gradle / Ivy

The newest version!
package ;

import org.springframework.data.repository.CrudRepository;
import org.springframework.transaction.annotation.Transactional;

@Transactional(readOnly = true)
public interface Repository extends CrudRepository<, >, RepositoryCustom {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy