Projekt

Obecné

Profil

« Předchozí | Další » 

Revize b439853d

Přidáno uživatelem Michal Linha před asi 4 roky(ů)

re #7881 ability to create or edit a user configuration and set or edit its basic attributes, operator value and configuration name are validated, if operator value is wrong user is redirected to main page, auto increment functionality changed to IDENTITY

Zobrazit rozdíly:

src/main/java/vldc/aswi/domain/parameter/Parameter.java
33 33
    @Column(name = "default_hodnota")
34 34
    private String defaultValue;
35 35

  
36
    /** Specific type of parameter, which represents type of entry. */
37
    @ManyToOne(fetch=FetchType.LAZY)
38
    @JoinColumn(name = "parametr_typ_id")
39
    private ParameterType parameterType;
40

  
36 41
    /** List of parametersInConfiguration, which using this parameter. */
37 42
    @OneToMany(mappedBy = "parameter")
38 43
    private List<ParameterInConfiguration> parametersInConfiguration;

Také k dispozici: Unified diff