Then how will jpa provider instantiate the object?

|
Debiprasad Dash 2022-07-19 17:11:43
siva saha Surendra Harshit 2022-07-19 16:03:47
I am getting this error. In springboot . I took IAction depositary extended Curd repository.. and i tried implemented on save method. But why it’s showing error. Can anyone help me .

Please send ur service class code screenshot

siva saha Surendra Harshit 2022-07-19 17:12:24
springbootmicroservices-68785.jpg

siva saha Surendra Harshit 2022-07-19 17:12:47
Debiprasad Dash 2022-07-19 17:11:43
Please send ur service class code screenshot

springbootmicroservices-68786.jpg

Debiprasad Dash 2022-07-19 17:13:59
siva saha Surendra Harshit 2022-07-19 17:12:47

Remove required = false

AjayKumar_03 2022-07-19 17:14:00
siva saha Surendra Harshit 2022-07-19 17:12:47

Why you made required as false

AjayKumar_03 2022-07-19 17:14:12
Remove it and try
siva saha Surendra Harshit 2022-07-19 17:15:51
Debiprasad Dash 2022-07-19 17:13:59
Remove required = false

springbootmicroservices-68790.jpg

kingisinthebuilding0 2022-07-19 17:16:20
siva saha Surendra Harshit 2022-07-19 16:03:47
I am getting this error. In springboot . I took IAction depositary extended Curd repository.. and i tried implemented on save method. But why it’s showing error. Can anyone help me .

Check ur entity class

kingisinthebuilding0 2022-07-19 17:16:29
U missed annotation may be
kingisinthebuilding0 2022-07-19 17:17:07
siva saha Surendra Harshit 2022-07-19 16:03:47
I am getting this error. In springboot . I took IAction depositary extended Curd repository.. and i tried implemented on save method. But why it’s showing error. Can anyone help me .

For this

siva saha Surendra Harshit 2022-07-19 17:18:07
kingisinthebuilding0 2022-07-19 17:16:20
Check ur entity class

springbootmicroservices-68794.jpg
Check it bro this one is entity class..

kingisinthebuilding0 2022-07-19 17:18:36
Keep that id one upside
siva saha Surendra Harshit 2022-07-19 17:18:58
kingisinthebuilding0 2022-07-19 17:18:36
Keep that id one upside

Ok bro

siva saha Surendra Harshit 2022-07-19 17:19:59
kingisinthebuilding0 2022-07-19 17:18:36
Keep that id one upside

springbootmicroservices-68797.jpg
That time also i got this.. type

Debiprasad Dash 2022-07-19 17:20:03
siva saha Surendra Harshit 2022-07-19 17:18:07
Check it bro this one is entity class..

Entity class is OK

siva saha Surendra Harshit 2022-07-19 17:20:24
Debiprasad Dash 2022-07-19 17:20:03
Entity class is OK

Haa

Spark 2022-07-19 17:20:41
siva saha Surendra Harshit 2022-07-19 17:18:07
Check it bro this one is entity class..

Noarg constructor and allarg constructor are missing

Debiprasad Dash 2022-07-19 17:21:08
Spark 2022-07-19 17:20:41
Noarg constructor and allarg constructor are missing

This is not the problem problem

Debiprasad Dash 2022-07-19 17:21:32
siva saha Surendra Harshit 2022-07-19 17:19:59
That time also i got this.. type

It’s unable to inject repo obj in service impl class

siva saha Surendra Harshit 2022-07-19 17:21:40
Debiprasad Dash 2022-07-19 17:21:32
It’s unable to inject repo obj in service impl class

Yes bro..

Debiprasad Dash 2022-07-19 17:21:59
Something is going wrong
siva saha Surendra Harshit 2022-07-19 17:22:01
Why it’s not injected.. that is the problem
Debiprasad Dash 2022-07-19 17:23:03
siva saha Surendra Harshit 2022-07-19 17:22:01
Why it’s not injected.. that is the problem

I also got this type of error

siva saha Surendra Harshit 2022-07-19 17:23:29
Debiprasad Dash 2022-07-19 17:23:03
I also got this type of error

Then how you resolve bro.. guide me bro..

Spark 2022-07-19 17:23:32
Debiprasad Dash 2022-07-19 17:21:08
This is not the problem problem

Then how will jpa provider instantiate the object??

kingisinthebuilding0 2022-07-19 17:24:11
siva saha Surendra Harshit 2022-07-19 17:23:29
Then how you resolve bro.. guide me bro..

Msg me

kingisinthebuilding0 2022-07-19 17:24:16
Personally
Debiprasad Dash 2022-07-19 17:24:24
Spark 2022-07-19 17:23:32
Then how will jpa provider instantiate the object??

What is relation between entity class constructor and. Jpa

siva saha Surendra Harshit 2022-07-19 17:25:58
Spark 2022-07-19 17:23:32
Then how will jpa provider instantiate the object??

Actually.. I’m using using lambok jar .. so bydefault sts given na.. all getxx ans setxxx

kingisinthebuilding0 2022-07-19 18:04:34
siva saha Surendra Harshit 2022-07-19 17:25:58
Actually.. I’m using using lambok jar .. so bydefault sts given na.. all getxx ans setxxx

Have u got bro

|