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