Uses of Interface
org.hibernate.boot.models.xml.spi.XmlDocumentContext
Packages that use XmlDocumentContext
-
Uses of XmlDocumentContext in org.hibernate.boot.models.annotations.spi
Methods in org.hibernate.boot.models.annotations.spi with parameters of type XmlDocumentContextModifier and TypeMethodDescriptionvoidFilterDetails.apply(org.hibernate.boot.jaxb.mapping.spi.JaxbFilterImpl jaxbFilter, XmlDocumentContext xmlDocumentContext) -
Uses of XmlDocumentContext in org.hibernate.boot.models.xml.spi
Methods in org.hibernate.boot.models.xml.spi that return XmlDocumentContextMethod parameters in org.hibernate.boot.models.xml.spi with type arguments of type XmlDocumentContextModifier and TypeMethodDescriptionstatic XmlProcessingResultXmlProcessor.processXml(XmlPreProcessingResult xmlPreProcessingResult, PersistenceUnitMetadata persistenceUnitMetadata, BiConsumer<org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl, XmlDocumentContext> jaxbRootConsumer, org.hibernate.models.spi.ModelsContext ModelsContext, BootstrapContext bootstrapContext, org.hibernate.boot.internal.RootMappingDefaults mappingDefaults) Constructors in org.hibernate.boot.models.xml.spi with parameters of type XmlDocumentContextModifierConstructorDescriptionOverrideTuple(org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl jaxbRoot, XmlDocumentContext xmlDocumentContext, M managedType)