Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 58fdf8f4

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

re #7778 Created classes representing tables in database with attributes and relations between them.

Zobrazit rozdíly:

src/main/java/vldc/aswi/domain/EntityParent.java
14 14
@Data
15 15
public class EntityParent {
16 16

  
17
    /** Specific identificator for every table. */
17 18
    @Id
18 19
    @GeneratedValue(strategy = GenerationType.AUTO)
19 20
    private Long id;

Také k dispozici: Unified diff