Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How to get the object of DAO in spring framework?
Home
Spring Boot
Spring Framework Database Integration
How to get the object of DAO in spring framework?
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
...