Package org.hibernate.boot.jaxb.mapping
Class JaxbLob
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.JaxbLob
-
- All Implemented Interfaces:
Serializable
public class JaxbLob extends Object implements Serializable
See `jakarta.persistence.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>
- See Also:
- Serialized Form