Class 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
    • Constructor Detail

      • JaxbLob

        public JaxbLob()