Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    3,178

    Storing Proxy field in Hibernate

    Thanks, it works fine !

    But I have another problem while storing Proxy into Hibernate. How can I store Proxy with other Proxy fields ? For example, storing a Company Proxy which have a reference...
  2. Replies
    3
    Views
    3,178

    Storing Proxy into Hibernate

    Hi all !

    When I try to store a Proxy (created by the ProxyFactoryBean) into Hibernate, I have the following exception :

    Exception in thread "main"...
  3. Replies
    3
    Views
    2,916

    Thanks a lot ! That works fine :D

    Thanks a lot ! That works fine :D
  4. Replies
    3
    Views
    2,916

    Returning Proxy with Hibernate DAO query

    Is it possible to implement a DAO (with Hibernate queries) to return Proxy classes ?

    Example :
    public List getCompanyByName(final String name) {
    Session session =...
Results 1 to 4 of 4