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/ParameterValue.java
6 6
import vldc.aswi.domain.Assembly;
7 7
import vldc.aswi.domain.EntityParent;
8 8

  
9
import javax.persistence.Entity;
10
import javax.persistence.FetchType;
11
import javax.persistence.JoinColumn;
12
import javax.persistence.ManyToOne;
9
import javax.persistence.*;
13 10

  
14 11
/**
15 12
 * Domain entity representing Parameter in application.
......
26 23
    private Parameter parameter;
27 24

  
28 25
    /** Value that can be used in specific parameter. */
26
    @Column(name = "hodnota")
29 27
    private String value;
30 28

  
31 29
    /**

Také k dispozici: Unified diff