package $package.infrastructure.persistence; import org.springframework.data.jpa.repository.JpaRepository; public interface ${entity}JpaRepository extends JpaRepository<${entity}Entity, $id_type> { }