Any special reason why you have been migrating from Hibernate to OpenJPA
(in addition to that it is an Apache project)?
regards,
hans
> -Ursprüngliche Nachricht-
> Von: Matthieu Riou [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 13. März 2007 03:33
> An: open-jpa-dev@incubator.apache.or
Hi guys,
Just a quick note to let you know we've completed the migration of Apache
ODE from Hibernate to OpenJPA. Everything seem to work pretty well now. I
expect a few glitches here and there as we run in heavily parallelized
environments but the transition has been pretty smooth.
Thanks a lot
Queries against dirty extents and flushing: should provide an option to set
savepoint, flush, query, rollback to savepoint
--
Key: OPENJPA-169
Constrain types to be flushed
-
Key: OPENJPA-170
URL: https://issues.apache.org/jira/browse/OPENJPA-170
Project: OpenJPA
Issue Type: Improvement
Reporter: Patrick Linskey
When invoking EntityManager.
[
https://issues.apache.org/jira/browse/OPENJPA-168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480177
]
Abe White commented on OPENJPA-168:
---
1. I think the hint name should be more like
"openjpa.hint.OptimizeResultCou
I opened a JIRA feature openjpa-168 to discuss how to improve this.
On 2/27/07, Patrick Linskey <[EMAIL PROTECTED]> wrote:
Hi,
What's the word on this issue?
-Patrick
--
Patrick Linskey
BEA Systems, Inc.
___
Notice: This em
[
https://issues.apache.org/jira/browse/OPENJPA-168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480171
]
David Wisneski commented on OPENJPA-168:
By way of background, several databases support a sql optimizer hi
sql optimize n rows query hint
--
Key: OPENJPA-168
URL: https://issues.apache.org/jira/browse/OPENJPA-168
Project: OpenJPA
Issue Type: New Feature
Reporter: David Wisneski
Assigned To: David W
On 3/12/07, Patrick Linskey <[EMAIL PROTECTED]> wrote:
What is the JPQL query that you're issuing that is resulting in that SQL
statement? One easy way to get this information is by setting the
'Query' log channel to TRACE.
This is the query that caused the above trace.
DELETE FROM WeblogEnt
Hi,
What is the JPQL query that you're issuing that is resulting in that SQL
statement? One easy way to get this information is by setting the
'Query' log channel to TRACE.
-Patrick
--
Patrick Linskey
BEA Systems, Inc.
___
No
I'm trying to get Apache Roller working with JPA and I've had some
success (thanks to Sun's Craig Russell and Mitesh Meswani) -- I was
able to get 100% of the Roller unit tests working with OpenJPA and
Toplink/JPA and running against Derby and MySQL.
However, I'd like to be able to use sub-select
Can I map a many to one association through a join table
(association table)?
You can't use a join table, but you can put your many-one foreign key
column(s) in a secondary table, which amounts to the same thing.
___
Notice:
12 matches
Mail list logo