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/Assembly.java
18 18
public class Assembly extends EntityParent {
19 19

  
20 20
    /** Name of Assembly. */
21
    @Column(name = "nazev")
21 22
    private String name;
22 23

  
23 24
    /** SQL query which gets data from database. */
25
    @Column(name = "sql_dotaz")
24 26
    private String SQLQuery;
25 27

  
26 28
    /** Specific order of assembly in list of assemblies. */
29
    @Column(name = "poradi")
27 30
    private int order;
28 31

  
29 32
    /** List of configurations, which using this assembly. */

Také k dispozici: Unified diff