How to enable @Basic(fetch = FetchType.LAZY) with @Lob in EAP
Issue
- How to enable
@Basic(fetch = FetchType.LAZY)with@Lobin EAP?
@Entity
public class Game implements Serializable {
...
@Lob
@Basic(fetch = FetchType.LAZY)
public byte[] getFileobject() {
return fileobject;
}
...
}
Environment
- Red Hat JBoss Enterprise Application Platform (EAP) 6
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
