Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    484

    is this design for remote lazy loding ok?

    I'm designing a client/server application that uses JPA and RMI.

    On the server I bind in the rmiregistry a DAOFactory remote object used by clients to obtain remote references to dao objects that...
  2. JPA handles ManyToMany very inefficient... or am I wrong?

    Ok, here is may problem...
    Take the @ManyToMany example form jee5 javadoc:

    In Customer class:


    @ManyToMany
    @JoinTable(name="CUST_PHONES")
    public Set getPhones() { return...
Results 1 to 2 of 2