Skip to content
Snippets Groups Projects
Commit 3720366d authored by xkromm's avatar xkromm
Browse files

removed @

parent c43a36fc
No related branches found
No related tags found
1 merge request!7Airports flights service
package cz.muni.fi.pa165.hr.dao;
import cz.muni.fi.pa165.hr.Constants;
import javax.persistence.Entity;
import javax.persistence.Table;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.io.Serializable;
import java.time.LocalDate;
import java.util.UUID;
import javax.persistence.*;
@Data
@Entity
@Table(name = "employee", schema = Constants.HR_SCHEMA)
@Inheritance(strategy = InheritanceType.JOINED)
@
public class Employee implements Serializable {
@Id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment