Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbLob
-
Packages that use JaxbLob Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbLob in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbLob Modifier and Type Field Description protected JaxbLob
JaxbBasic. lob
protected JaxbLob
JaxbElementCollection. lob
Methods in org.hibernate.boot.jaxb.mapping that return JaxbLob Modifier and Type Method Description JaxbLob
ObjectFactory. createJaxbLob()
Create an instance ofJaxbLob
JaxbLob
JaxbBasic. getLob()
Gets the value of the lob property.JaxbLob
JaxbElementCollection. getLob()
Gets the value of the lob property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbLob Modifier and Type Method Description void
JaxbBasic. setLob(JaxbLob value)
Sets the value of the lob property.void
JaxbElementCollection. setLob(JaxbLob value)
Sets the value of the lob property.
-