source: src/main/java/com/example/kvizko/models/EmbeddedClasses/Top5ReshavachiIdClass.java@ c3268ca

main
Last change on this file since c3268ca was c3268ca, checked in by Stefan Risteski <stefanristeski2001@…>, 9 months ago

Project

The whole Project

  • Property mode set to 100644
File size: 283 bytes
Line 
1package com.example.kvizko.models.EmbeddedClasses;
2
3import jakarta.persistence.Embeddable;
4import lombok.Data;
5
6import java.io.Serializable;
7
8@Embeddable
9@Data
10public class Top5ReshavachiIdClass implements Serializable {
11
12 private String quizname;
13
14 private String username;
15}
Note: See TracBrowser for help on using the repository browser.