| http://www.w3.org/ns/prov#value | - The basic idea is that there is not much point having DAO interfaces that aim to be data access technology-neutral if they propagate exceptions such as SQLException or necessitate catch and wrap in your application code, which can quickly become very verbose.The bonus is that the Spring exception hierarchy is much more meaningful than JDBC's SQLException, for example.
|