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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly