onetoone

·Trouble Shooting
상황@Getter@Entity@AllArgsConstructor@Table(name = "p_store")@NoArgsConstructor(access = AccessLevel.PROTECTED)public class Store extends BaseEntity { . . @Enumerated(EnumType.STRING) @Column(name = "status", nullable = false) private StoreStatus status; . . . @OneToOne(mappedBy = "store", cascade = CascadeType.ALL, orphanRemoval = true, fetch = FetchType.LAZY) priv..
galong
'onetoone' 태그의 글 목록