We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a168c2 commit 1f949ceCopy full SHA for 1f949ce
README.md
@@ -5,6 +5,8 @@ Here we have used Entity Manager
5
The following annotations are
6
1. @Entity
7
2. @Repository
8
-3. @Transactional
9
-4. @Autowired
+3. @Column(name=)
+4. @GeneratedValue(strategy=GenerationType.IDENTITY)
10
+5. @Transactional
11
+6. @Autowired
12
<img width="1550" alt="image" src="https://github.com/user-attachments/assets/e09765d1-7c2c-4c80-b5dc-b100e362b4e6">
0 commit comments