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 LobBasic. lobprotected LobElementCollection. lobMethods in org.hibernate.jpamodelgen.xml.jaxb that return Lob Modifier and Type Method Description LobObjectFactory. createLob()Create an instance ofLobLobBasic. getLob()Gets the value of the lob property.LobElementCollection. 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 voidBasic. setLob(Lob value)Sets the value of the lob property.voidElementCollection. setLob(Lob value)Sets the value of the lob property.
-