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 JaxbLobJaxbBasic. lobprotected JaxbLobJaxbElementCollection. lobMethods in org.hibernate.boot.jaxb.mapping that return JaxbLob Modifier and Type Method Description JaxbLobObjectFactory. createJaxbLob()Create an instance ofJaxbLobJaxbLobJaxbBasic. getLob()Gets the value of the lob property.JaxbLobJaxbElementCollection. 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 voidJaxbBasic. setLob(JaxbLob value)Sets the value of the lob property.voidJaxbElementCollection. setLob(JaxbLob value)Sets the value of the lob property.
-