org.hibernate.jpamodelgen.xml.jaxb.Lob Maven / Gradle / Ivy
package org.hibernate.jpamodelgen.xml.jaxb;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlType;
/**
*
*
* @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.
*
*
{@code
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "lob", namespace = "https://jakarta.ee/xml/ns/persistence/orm")
public class Lob {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy