I am copying from Liferay forum - didn\'t get answer in 2 weeks. http://www.liferay.com/community/forums/-/message_boards/message/9384663
I\'m using Spring + Hibernate + JPA and I have a situation where I can\'t get my entities to persist to the database. I\'ve set up a service class that is annotated with @Transactional. It uses a DAO
i was trying to see if there\'s already a similar question but couldn\'t find it so, here it is. we have a legacy code where a single BO makes method calls to many DAOs using reflection.
I try to set up a Junit test case for my dao layer. However, I do NOT want the test data to be actually persisted to the DB.
I\'ve seen a method in a Service class that was marked as @Tr开发者_如何学运维ansactional, but it was also calling some other methods in that same class which were not marked as @Transactional.
I have already asked this question two times, but I\'m new to stackoverflow and it seems that I don\'t know the rules for formatting my example code in here. Now I\'ve decided to give the full stack o
Hi I have a hibernate entity which has a set of another entity as its field. Something like this: public class UserEntity implements Srializable {
Objective Send out a Magento transactional email with a link back to the website with a variable on the end of the url.
I\'m trying to delete all database entries for a Spring Roo entity. When I look at *_Roo_Entity.aj it seems as if there is no \"delete all\" method. I tried to implement it myself (Licences is the nam
This is my 1st time trying Spring3\'s @Scheduled , but found I cannot commit to DB. This is my code :