users@glassfish.java.net
Re: entities - lazy loading for basic fields?
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
] [
In reply to
] [
Next in thread
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: <
glassfish_at_javadesktop.org
>
Date
: Fri, 23 Mar 2007 09:39:50 PST
you mean something like this?
[code]
@Lob()
@Basic(fetch=FetchType.LAZY)
@Column(name = "note")
private String note;
[/code]
HTH,
Dale
[Message sent by forum member 'dalecooper82' (dalecooper82)]
http://forums.java.net/jive/thread.jspa?messageID=209659
This message
: [
Message body
]
Next message
:
Marina Vatkina: "Re: Classloading Error for JPA Implementation"
Previous message
:
glassfish_at_javadesktop.org: "Re: soap:address location and https"
In reply to
:
glassfish_at_javadesktop.org: "entities - lazy loading for basic fields?"
Next in thread
:
Markus Fuchs: "Re: entities - lazy loading for basic fields?"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]