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 JaxbLobImplJaxbBasicImpl.lobprotected JaxbLobImplJaxbElementCollectionImpl.lobMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbLobImplModifier and TypeMethodDescriptionObjectFactory.createJaxbLobImpl()Create an instance ofJaxbLobImplJaxbBasicImpl.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 TypeMethodDescriptionvoidJaxbBasicImpl.setLob(JaxbLobImpl value) Sets the value of the lob property.voidJaxbElementCollectionImpl.setLob(JaxbLobImpl value) Sets the value of the lob property.