Package org.apache.openejb.jee.jpa
Class Lob
- java.lang.Object
-
- org.apache.openejb.jee.jpa.Lob
-
public class Lob extends Object
Target({METHOD, FIELD}) @Retention(RUNTIME) public @interface Lob {}Java class for lob complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="lob"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> </restriction> </complexContent> </complexType>