...
To reduce the number of database transactions and improve error handling, DAO classes should always use a
Conn
orDBConn
which is created in a service.
...
To reduce the number of database transactions and improve error handling, DAO classes should always use a Conn
or DBConn
which is created in a service.