Hi, since this thread pops up in various searches, just wanted to note that Hibernate 4 allows to solve this problem using:
@FetchProfile(name = "customer-with-orders", fetchOverrides = {
...
Type: Posts; User: pekarna; Keyword(s):
Hi, since this thread pops up in various searches, just wanted to note that Hibernate 4 allows to solve this problem using:
@FetchProfile(name = "customer-with-orders", fetchOverrides = {
...
Hi, since this thread pops up in various searches, just wanted to note that Hibernate 4 allows to solve this problem using:
@FetchProfile(name = "customer-with-orders", fetchOverrides = {
...
Hi everyone,
I have a Spring-based app which combines JDBC (via iBATIS) and Hibernate data access.
Naturally, I need the Hibernate transactions to commit before a DAO method, which uses plain...
I've solved that by creating a properties object using PropertiesFactoryBean and then passed it to PropertyPlaceholderConfigurer. Still not exactly what I needed, but partly solved my problem. iBatis...
Let's try
http://ondra.zizka.cz/stranky/programovani/java/howto-spring-reading_properties_file.texy
If I could post the url...
Solved as described here:
vBulletin Message
1. You are only allowed to post URLs to other sites after you have made 5 posts or more
Hi,
I would like to pass some properties from a file to iBatis configuration. I've tried to use org.springframework.orm.ibatis.SqlMapClientFactoryBean.setSqlMapClientProperties(Properties):
...
Hello,
I have a PropertyPlaceholderConfigurer which reads from several files:
<bean id="options" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
...