-
How to Map Entity Bean to dynamic table name? (2 messages)
- Posted by: Apollo Yang
- Posted on: August 15 2008 11:44 EDT
I want to map the entity bean to different table in different time. For example, I want to map the log entity to table 'Log20080815' today, and map to table 'Log20080816' tomorrow. The new table will be created automatically. How to do it in EJB3? I have googled it, but didn't find any solution.Threaded Messages (2)
- Re: How to Map Entity Bean to dynamic table name? by James David on August 20 2008 04:30 EDT
- Re: How to Map Entity Bean to dynamic table name? by anish mathur on August 25 2008 02:02 EDT
-
Re: How to Map Entity Bean to dynamic table name?[ Go to top ]
- Posted by: James David
- Posted on: August 20 2008 04:30 EDT
- in response to Apollo Yang
with CMP it is not possible. A BMP will help in this situation. -
Re: How to Map Entity Bean to dynamic table name?[ Go to top ]
- Posted by: anish mathur
- Posted on: August 25 2008 02:02 EDT
- in response to Apollo Yang