Resolved conflict in OwnerRepository.java

Signed-off-by: Perumal Raj A <perumalraj024@gmail.com>
This commit is contained in:
Perumal Raj A 2025-02-05 12:45:20 +00:00
parent 98ccc1e2e4
commit 6bc5bd4af6

View file

@ -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