Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 21d41302

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

re #7839 Repositories with basic methods created, domain class attributes mapped to names from database, services with basic methods created

Zobrazit rozdíly:

src/main/java/vldc/aswi/domain/parameter/ParameterInConfiguration.java
27 27
    private Parameter parameter;
28 28

  
29 29
    /** Value of used operator. */
30
    @Column(name = "hodnota_operatoru")
30 31
    private String operatorValue;
31 32

  
32 33
    /** Specific type of parameter, which represents type of entry. */
......
40 41
    private Location location;
41 42

  
42 43
    /** User-defined name of this parameterConfiguration. */
44
    @Column(name = "nazev_sloupce")
43 45
    private String columnName;
44 46

  
45 47
    /** Specific operator which will be aplied onto data. */

Také k dispozici: Unified diff