Creating configuration for Spring to use Hibernate is not difficult. Basic configuration can look like this, providing that you put in your variables. Just remember that you want annotation based configuration and then you can use
@Transactional
annotation for your classes/methods. Working with transactions has never been easier.
No comments:
Post a Comment