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.
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
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.model.source.internal.annotations
Method parameters in org.hibernate.boot.model.source.internal.annotations with type arguments of type JaxbEntityMappingsImplModifier and TypeMethodDescriptionvoidAdditionalManagedResourcesImpl.Builder.addJaxbEntityMappings(List<JaxbEntityMappingsImpl> additionalJaxbMappings) -
Uses of JaxbEntityMappingsImpl in org.hibernate.boot.models.internal
Methods in org.hibernate.boot.models.internal with parameters of type JaxbEntityMappingsImplModifier and TypeMethodDescriptionvoidDomainModelCategorizationCollector.apply(JaxbEntityMappingsImpl jaxbRoot, XmlDocumentContext xmlDocumentContext) voidGlobalRegistrationsImpl.collectIdGenerators(JaxbEntityMappingsImpl jaxbRoot) voidGlobalRegistrationsImpl.collectQueryReferences(JaxbEntityMappingsImpl jaxbRoot, XmlDocumentContext xmlDocumentContext) -
Uses of JaxbEntityMappingsImpl in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal that return JaxbEntityMappingsImplMethods in org.hibernate.boot.models.xml.internal with parameters of type JaxbEntityMappingsImplModifier and TypeMethodDescriptionstatic voidQueryProcessing.applyNamedNativeQueries(JaxbEntityImpl jaxbEntity, org.hibernate.models.spi.MutableClassDetails classDetails, JaxbEntityMappingsImpl jaxbRoot, XmlDocumentContext xmlDocumentContext) static StringXmlProcessingHelper.determineClassName(JaxbEntityMappingsImpl jaxbRoot, JaxbManagedType jaxbManagedType) Determine the name of a class defined in XML, accounting for<package/>static voidManagedTypeProcessor.processCompleteEmbeddable(JaxbEntityMappingsImpl jaxbRoot, JaxbEmbeddableImpl jaxbEmbeddable, XmlDocumentContext xmlDocumentContext) static voidManagedTypeProcessor.processCompleteEntity(JaxbEntityMappingsImpl jaxbRoot, JaxbEntityImpl jaxbEntity, XmlDocumentContext xmlDocumentContext) static voidManagedTypeProcessor.processCompleteMappedSuperclass(JaxbEntityMappingsImpl jaxbRoot, JaxbMappedSuperclassImpl jaxbMappedSuperclass, XmlDocumentContext xmlDocumentContext) Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbEntityMappingsImplModifier and TypeMethodDescriptionvoidXmlPreProcessingResultImpl.addDocument(Binding<JaxbEntityMappingsImpl> binding) static XmlDocumentImplXmlDocumentImpl.consume(Binding<JaxbEntityMappingsImpl> xmlBinding, PersistenceUnitMetadata metadata) -
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, 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