Search:

Type: Posts; User: pekarna; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    13,390

    Hi, since this thread pops up in various...

    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 = {
    ...
  2. Hibernate 4.x - @FetchProfile

    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 = {
    ...
  3. Replies
    1
    Views
    1,805

    Transactions with Hibernate and JDBC

    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...
  4. Solved using PropertiesFactoryBean

    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...
  5. Let's try ...

    Let's try
    http://ondra.zizka.cz/stranky/programovani/java/howto-spring-reading_properties_file.texy
  6. URLs

    If I could post the url...
  7. Solved

    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
  8. ibatis.SqlMapClientFactoryBean.setSqlMapClientProp erties()

    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):


    ...
  9. How to get merged properties from PropertyPlaceholderConfigurer ?

    Hello,

    I have a PropertyPlaceholderConfigurer which reads from several files:


    <bean id="options" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
    ...
Results 1 to 9 of 10