こんにちは私は3つのエンティティを持っています。 @Entity
public class A {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Integer id;
...
private List<BC> bcList;
}
@Entity
public c
netbeans 8.1ではエンティティとjpaコントローラを生成しました。 私は親エンティティと1対1の関係を持つ子を持っています。 子エンティティが主キーが親への外部キーに等しいがあります。これを避けるには IllegalOrphanException: This Parent (model.Parent[ id=1 ]) cannot be destroyed since the Child
によってマージ: DF1: Zip County Zipcount Date
111 A 3 1/1/17
111 A 4 1/2/17
112 B 5 1/1/17
113 B 3 1/2/17
DF2: County Countycount Date
A 5 1/1/17
A 6 1/2/17
B 1 1/1/17
C 4 1/1/17
DF3(参照テー
public static class PersonPropertyMapper
{
public static PeopleSearchBusinessLogic.DomainModels.Person ToDomainModel(this Entities.Person entity)
{
return new PeopleSearchBusinessLogi