Login
Remember
Register
Ask a Question
How to get the object of DAO in spring framework?
0
votes
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
recategorized
Mar 21, 2022
by
sharadyadav1986
How to get the object of DAO in spring framework?
a) Using Spring Dependency injection
b) Using new keyword
#dao-spring
gradle-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 21, 2022
by
sharadyadav1986
a)Using Spring Dependency injection
Using Spring Dependency injection we can get Object in DAO in spring framework
...