mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-28 14:19:38 +00:00
Resolved conflict in OwnerRepository.java
Signed-off-by: Perumal Raj A <perumalraj024@gmail.com>
This commit is contained in:
parent
98ccc1e2e4
commit
6bc5bd4af6
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ import org.springframework.data.jpa.repository.Query;
|
|||
import org.springframework.data.repository.query.Param;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
|
||||
|
||||
/**
|
||||
* Repository class for <code>Owner</code> domain objects All method names are compliant
|
||||
* with Spring Data naming conventions so this interface can easily be extended for Spring
|
||||
|
|
Loading…
Reference in a new issue