| Class Summary | 
| BasicDetachedList |  | 
| BasicDetachedSet |  | 
| BasicDetachedSetWithEmbId |  | 
| BasicDetachedSetWithMulId |  | 
| BasicJoinColumnSet |  | 
| DataChangesDetachedSet |  | 
| DoubleDetachedSet |  | 
| DoubleJoinColumnBidirectionalList | Test for a double "fake" bidirectional mapping where one side uses @OneToMany+@JoinColumn
 (and thus owns the relation), and the other uses a @ManyToOne(insertable=false, updatable=false). | 
| IndexedJoinColumnBidirectionalList | Test for a "fake" bidirectional mapping where one side uses @OneToMany+@JoinColumn (and thus owns the relatin),
 and the other uses a @ManyToOne(insertable=false, updatable=false). | 
| InheritanceIndexedJoinColumnBidirectionalList | Test for a "fake" bidirectional mapping where one side uses @OneToMany+@JoinColumn (and thus owns the relation),
 in the parent entity, and the other uses a @ManyToOne(insertable=false, updatable=false). | 
| JoinColumnBidirectionalList | Test for a "fake" bidirectional mapping where one side uses @OneToMany+@JoinColumn (and thus owns the relatin),
 and the other uses a @ManyToOne(insertable=false, updatable=false). | 
| JoinColumnBidirectionalListWithInheritance | Test for a "fake" bidirectional mapping where one side uses @OneToMany+@JoinColumn (and thus owns the relatin),
 and the other uses a @ManyToOne(insertable=false, updatable=false). |