I have some domain objects (with javax.persistence Entity annotations) where some of them connected to one and some to another database. Let me introduce a small example:
package one; @Entity @Table(name="objOne") public class DomainObjOne {
} ....
package two; @Entity @Table(name="objTwo") public class DomainObjTwo {
}
Now I have following sort of ...
This message was sent by Atlassian JIRA (v6.1-OD-09-WN#6144-sha1:62dfc48)