1. Hibernate lazy initialization help stackoverflow.comI have an issue trying to delete using hibernate. When I try to delete I get an exception saying that children exist and there is a FK violation. I ... |
2. $Proxy25 cannot be cast to my class spring framework stackoverflow.comI am getting this exception while running a Test (I am trying to configure aop in spring):
|
3. Spring 3 + JPA + AOP forum.springsource.orgJun 10th, 2011, 05:19 PM #1 jmarcelos View Profile View Forum Posts Private Message Junior Member Join Date Jun 2011 Posts 1 Spring 3 + JPA + AOP Hi all, I ... |
4. AOP w/ Hibernate Wiki: Target, Impl and DAO Examples forum.springsource.orgAOP w/ Hibernate Wiki: Target, Impl and DAO Examples Does anyone have full source examples of the data access / business objects within the Spring AOP with Hibernate Wiki tutorial? http://www.springframework.org/docs/...Hibernate.html ... |
5. AOP and Hibernate value objects forum.springsource.orgAOP and Hibernate value objects I am using Hibernate (and Spring) in my application and I have a number of POJOs used for all the tables I'm accessing. I call them ... |
6. programmatic AOP? i.e. JUnit? w/ hibernate forum.springsource.orgprogrammatic AOP? i.e. JUnit? w/ hibernate I am using Spring with Hibernate, and using AOP to create a proxy to handle my transaction / session management. Lets say that proxy is ... |
7. Hibernate and AOP advice forum.springsource.orgHibernate and AOP advice I'm new to Spring - any help greatly appreciated! I'm trying to add AOP advice to a persistent POJO managed by Hibernate. The problem is that the ... |
8. AOP and Hibernate Dependency Conflict forum.springsource.orgAOP and Hibernate Dependency Conflict spring-aop:2.0.2 hibernate:3.2.1.ga tomcat:6.0.10 As far as I can tell the conflict I've run into has to do with ASM. I've declared a pointcut and aspect using ... |
9. Hibernate Tx Management using AOP forum.springsource.orgApr 8th, 2007, 11:29 AM #1 javaryu View Profile View Forum Posts Private Message Junior Member Join Date Apr 2007 Posts 7 Hibernate Tx Management using AOP I am using Hibernate ... |
10. Spring2.0.6+JPA+DAO+AOP forum.springsource.orgSep 14th, 2007, 09:12 PM #1 zales View Profile View Forum Posts Private Message Junior Member Join Date Sep 2007 Posts 2 Spring2.0.6+JPA+DAO+AOP Hi,I want to use this configuration: spring as ... |
11. spring aop caching: do I need it when using hibernate? forum.springsource.orgspring aop caching: do I need it when using hibernate? Hello all Consider an application on spring and hibernate that utilizes the hibernate second level cache. In which cases do I ... |
12. Hibernate AOP lazy loading forum.springsource.orgHi, I tried to implement a one to many relationship. I used this tutorial as template: ibm.com/developerworks/web/library/wa-spring2/index.html Now I have two questions: 1. For what is the AccountDAO in the example? ... |
13. Hibernate AOP reattach forum.springsource.orgHibernate AOP reattach Session I used Hibernate annotation configuration and want to try the Hibernate reattach function through another AOP (@LazyReattach) ref:http://9mmedia.com/blog/?p=272 Code: @Entity @Table("...") public class Test { @Id Long ... |
14. Calling Hibernate.initialize() using AOP forum.springsource.orgIn my service layer components, I'm wanting to ensure that any domain object(s) I return, have lazy associations initialized properly - I'm not using OSIV in the web tier and my ... |
15. Hibernate AOP Question forum.springsource.orgHibernate AOP Question Hi All, I am having a problem using the HibernateInterceptor and TransactionInterceptor for declarative transaction demarcation. Basically, what I am trying to do looks like this: Code: public ... |
16. Using just the Spring AOP, and not any other Spring stuff forum.hibernate.org |
17. Hibernate + Spring + AOP forum.hibernate.org |
18. Hibernate mappings and Spring AOP forum.hibernate.org |