Update instructions/convert-jpa-to-spring-data-cosmos.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Theo van Kraay 2025-08-14 14:49:56 +01:00 committed by GitHub
parent ed26acc0c5
commit da10841bd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -852,7 +852,7 @@ management:
**Solution**: Update service methods to handle new entity structure:
````java
```java
// Before: Entity relationships
public Set<RelatedEntity> getRelatedEntities() {
return entity.getRelatedEntities(); // Direct entity references