Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 74a73b3b

Přidáno uživatelem Vojtěch Danišík před asi 4 roky(ů)

re #7887 Deleting configurations and assemblies, Minor restructuralization.

Zobrazit rozdíly:

src/main/java/vldc/aswi/domain/Operator.java
23 23
    private String name;
24 24

  
25 25
    /** List of parameters which allowing this operator to be used. */
26
    @ManyToMany(mappedBy = "operators", cascade = {CascadeType.ALL})
26
    @ManyToMany(mappedBy = "operators")
27 27
    private List<Parameter> parameters;
28 28

  
29 29
    /** List of parametersInConfiguration using this operator. */
30
    @OneToMany(mappedBy = "operator", cascade = {CascadeType.ALL})
30
    @OneToMany(mappedBy = "operator")
31 31
    private List<ParameterInConfiguration> parametersInConfiguration;
32 32

  
33 33
    /**

Také k dispozici: Unified diff