How to enable @Basic(fetch = FetchType.LAZY) with @Lob in EAP

Solution Verified - Updated -

Issue

  • How to enable @Basic(fetch = FetchType.LAZY) with @Lob in 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, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content