Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pa165-airport-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Petr Kabourek
pa165-airport-manager
Commits
3720366d
There was an error fetching the commit references. Please try again later.
Commit
3720366d
authored
11 months ago
by
xkromm
Browse files
Options
Downloads
Patches
Plain Diff
removed @
parent
c43a36fc
No related branches found
No related tags found
1 merge request
!7
Airports flights service
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
airports-hr-service/src/main/java/cz/muni/fi/pa165/hr/dao/Employee.java
+1
-7
1 addition, 7 deletions
...rvice/src/main/java/cz/muni/fi/pa165/hr/dao/Employee.java
with
1 addition
and
7 deletions
airports-hr-service/src/main/java/cz/muni/fi/pa165/hr/dao/Employee.java
+
1
−
7
View file @
3720366d
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment