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 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. -
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 voidXmlAnnotationHelper.applyLob(JaxbLobImpl jaxbLob, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext)