Hallo,
It looks like SQL is wrong generated when I'm using relation annotations in
my class plus runtime lazy loading:
@Entity
@Table(name = "lkp_dys_days")
@NamedQueries( { @NamedQuery(name = "getDay", query = "select x from Days x
where x.dysYear = ?1 and x.dysMonth = ?2 and x.dysDay = ?3") }
Hallo,
I hope that I'm right: you have to use Enhancement for this option...
see
http://openjpa.apache.org/docs/latest/manual/manual.html#ref_guide_pc_enhance
for details.
--
View this message in context:
http://www.nabble.com/Lazy-loading-not-working.-tf4562936.html#a13030513
Sent from the Op
OpenJPA with Oracle View bug
Key: OPENJPA-391
URL: https://issues.apache.org/jira/browse/OPENJPA-391
Project: OpenJPA
Issue Type: Bug
Components: query
Affects Versions: 1.0.0
Environment:
Oops, thanks for catching this, Albert.
Craig
On Oct 3, 2007, at 10:00 AM, [EMAIL PROTECTED] wrote:
Author: allee8285
Date: Wed Oct 3 10:00:53 2007
New Revision: 581658
URL: http://svn.apache.org/viewvc?rev=581658&view=rev
Log:
OPENJPA-366 Trivial typo in new message
Modified:
openjpa/b
Hello,
I am have several fields that are being eagerly loaded when they should not
be. Here's a simple example to illustrate my problem:
public class Test {
private TestEnumeration testEnum; // TestEnumeration is an enumeration (go
figure)
private TestBean testBean; // TestObject is just a