# JPARelationship

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/spring-detector.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/spring-detector.ts#L120)

JPA relationship

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `type` | `'OneToOne' | 'OneToMany' | 'ManyToOne' | 'ManyToMany'` |
| `targetEntity` | `string` |
| `mappedBy` | `string` |
