Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.Lob
-
Packages that use Lob Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of Lob in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as Lob Modifier and Type Field Description protected Lob
Basic. lob
protected Lob
ElementCollection. lob
Methods in org.hibernate.jpamodelgen.xml.jaxb that return Lob Modifier and Type Method Description Lob
ObjectFactory. createLob()
Create an instance ofLob
Lob
Basic. getLob()
Gets the value of the lob property.Lob
ElementCollection. getLob()
Gets the value of the lob property.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type Lob Modifier and Type Method Description void
Basic. setLob(Lob value)
Sets the value of the lob property.void
ElementCollection. setLob(Lob value)
Sets the value of the lob property.
-