Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbLob
-
Packages that use JaxbLob Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbLob in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbLob Modifier and Type Field Description protected JaxbLobJaxbBasic. lobprotected JaxbLobJaxbElementCollection. lobMethods in org.hibernate.boot.jaxb.mapping.spi 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.spi 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.
-