Class JaxbLobImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbLobImpl
All Implemented Interfaces:
Serializable

public class JaxbLobImpl extends Object implements Serializable
@Target({METHOD, FIELD}) @Retention(RUNTIME) public @interface Lob {} <p>Java class for lob complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="lob"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> </restriction> </complexContent> </complexType> }</pre>
See Also:
  • Constructor Details

    • JaxbLobImpl

      public JaxbLobImpl()