Data access Flashcards
1
Q
Describee Spring DAO support
A
- provides a set of abstract DAO classes which can be extended
- can easily switch between hibernate, jdbc etc.
2
Q
Name hte types of transaction management that Spring supports?
A
Programmatic transaction and Declarative transation ( separated from businness code/ only annotations or XML based configurations are used to manage the transaction)