@Repository public interface RelationshipViewRepository extends ReadOnlyRepository<RelationshipView,RelationshipPK>
| Modifier and Type | Method and Description |
|---|---|
List<RelationshipView> |
findById1(String id1) |
List<RelationshipView> |
findById2(String id2) |
count, existsById, findAll, findAll, findByIdList<RelationshipView> findById1(String id1)
List<RelationshipView> findById2(String id2)
Copyright © 2025. All rights reserved.