Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbLobImpl
Packages that use JaxbLobImpl
-
Uses of JaxbLobImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbLobImplModifier and TypeFieldDescriptionprotected JaxbLobImpl
JaxbBasicImpl.lob
protected JaxbLobImpl
JaxbElementCollectionImpl.lob
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbLobImplModifier and TypeMethodDescriptionObjectFactory.createJaxbLobImpl()
Create an instance ofJaxbLobImpl
JaxbBasicImpl.getLob()
Gets the value of the lob property.JaxbElementCollectionImpl.getLob()
Gets the value of the lob property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbLobImplModifier and TypeMethodDescriptionvoid
JaxbBasicImpl.setLob
(JaxbLobImpl value) Sets the value of the lob property.void
JaxbElementCollectionImpl.setLob
(JaxbLobImpl value) Sets the value of the lob property.