Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappingsImpl
Packages that use JaxbEntityMappingsImpl
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
-
Uses of JaxbEntityMappingsImpl in org.hibernate.boot
Methods in org.hibernate.boot that return types with arguments of type JaxbEntityMappingsImplMethod parameters in org.hibernate.boot with type arguments of type JaxbEntityMappingsImplModifier and TypeMethodDescriptionMetadataSources.addMappingXmlBinding(Binding<JaxbEntityMappingsImpl> binding) Add a binding for mapping.xsd document -
Uses of JaxbEntityMappingsImpl in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform that return types with arguments of type JaxbEntityMappingsImplModifier and TypeMethodDescriptionTransformationState.getEntityToMappingXmlMap()TransformationState.getJaxbRootMap()static List<Binding<JaxbEntityMappingsImpl>> XmlPreprocessor.preprocessHbmXml(List<Binding<JaxbHbmHibernateMapping>> hbmXmlBindings, TransformationState transformationState) static List<Binding<JaxbEntityMappingsImpl>> HbmXmlTransformer.transform(List<Binding<JaxbHbmHibernateMapping>> hbmXmlBindings, MetadataImplementor bootModel, UnsupportedFeatureHandling unsupportedFeatureHandling) Transforms a list ofhbm.xmlJAXB bindings into a list ofmapping.xmlJAXB bindings -
Uses of JaxbEntityMappingsImpl in org.hibernate.boot.jaxb.mapping.spi
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbEntityMappingsImplModifier and TypeMethodDescriptionObjectFactory.createJaxbEntityMappingsImpl()Create an instance ofJaxbEntityMappingsImpl -
Uses of JaxbEntityMappingsImpl in org.hibernate.boot.models.xml.spi
Methods in org.hibernate.boot.models.xml.spi that return JaxbEntityMappingsImplModifier and TypeMethodDescriptionXmlProcessingResult.OverrideTuple.getJaxbRoot()XmlDocument.getRoot()Method parameters in org.hibernate.boot.models.xml.spi with type arguments of type JaxbEntityMappingsImplModifier and TypeMethodDescriptionstatic XmlProcessingResultXmlProcessor.processXml(XmlPreProcessingResult xmlPreProcessingResult, PersistenceUnitMetadata persistenceUnitMetadata, BiConsumer<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 JaxbEntityMappingsImplModifierConstructorDescriptionOverrideTuple(JaxbEntityMappingsImpl jaxbRoot, XmlDocumentContext xmlDocumentContext, M managedType) -
Uses of JaxbEntityMappingsImpl in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type JaxbEntityMappingsImplModifier and TypeMethodDescriptionvoidAdditionalMappingContributions.contributeBinding(JaxbEntityMappingsImpl mappingJaxbBinding) Contribute mappings in the form of (extended)orm.xmlJAXB bindings