This class provides a simple-to-setup and simple-to-use way to access databases. It can be configured for access via JDBC, Hibernate or both. The main benefit is simpler configuration, especially if that configuration is in XML.
There are multiple options for some elements. Set either the dialect name or the dialect itself. Set either the transaction details or the transaction manager itself. Set the Hibernate factory bean, the Hibernate settings or the session factory itself.
|
|