aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes 2 tables Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "2 tables" Watch "2 tables" New topic
Author

2 tables

eswar kumar
Ranch Hand

Joined: Oct 20, 2002
Posts: 98
how to join 2 tables in deployment descriptor of EJB?
Pradeep bhatt
Ranch Hand

Joined: Feb 27, 2002
Posts: 8876

Define a view which joins 2 tables and then map an enitity to the view. Some server like weblogic 7.0 provides support to map an entity to more than 1 table.


Groovy
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: 2 tables
 
Similar Threads
access records from 2 table using CMB
Query on BMP
Hibernate Join(ORM)
howto make table in position side by side ?
Rendering a single column in a JTable for accepting different datatypes ?