Package org.hibernate.boot.jaxb.mapping
Class JaxbLob
java.lang.Object
org.hibernate.boot.jaxb.mapping.JaxbLob
- All Implemented Interfaces:
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:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JaxbLob
public JaxbLob()
-