Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbLobImpl
Packages that use JaxbLobImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
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. -
Uses of JaxbLobImpl in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type JaxbLobImplModifier and TypeMethodDescriptionstatic void
XmlAnnotationHelper.applyLob
(JaxbLobImpl jaxbLob, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext)