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.xml
JAXB bindings into a list ofmapping.xml
JAXB 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 TypeMethodDescriptionvoid
AdditionalManagedResourcesImpl.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 TypeMethodDescriptionvoid
DomainModelCategorizationCollector.apply
(JaxbEntityMappingsImpl jaxbRoot, XmlDocumentContext xmlDocumentContext) void
GlobalRegistrationsImpl.collectIdGenerators
(JaxbEntityMappingsImpl jaxbRoot) void
GlobalRegistrationsImpl.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 void
QueryProcessing.applyNamedNativeQueries
(JaxbEntityImpl jaxbEntity, org.hibernate.models.spi.MutableClassDetails classDetails, JaxbEntityMappingsImpl jaxbRoot, XmlDocumentContext xmlDocumentContext) static String
XmlProcessingHelper.determineClassName
(JaxbEntityMappingsImpl jaxbRoot, JaxbManagedType jaxbManagedType) Determine the name of a class defined in XML, accounting for<package/>
static void
ManagedTypeProcessor.processCompleteEmbeddable
(JaxbEntityMappingsImpl jaxbRoot, JaxbEmbeddableImpl jaxbEmbeddable, XmlDocumentContext xmlDocumentContext) static void
ManagedTypeProcessor.processCompleteEntity
(JaxbEntityMappingsImpl jaxbRoot, JaxbEntityImpl jaxbEntity, XmlDocumentContext xmlDocumentContext) static void
ManagedTypeProcessor.processCompleteMappedSuperclass
(JaxbEntityMappingsImpl jaxbRoot, JaxbMappedSuperclassImpl jaxbMappedSuperclass, XmlDocumentContext xmlDocumentContext) Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbEntityMappingsImplModifier and TypeMethodDescriptionvoid
XmlPreProcessingResultImpl.addDocument
(Binding<JaxbEntityMappingsImpl> binding) static XmlDocumentImpl
XmlDocumentImpl.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 XmlProcessingResult
XmlProcessor.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 TypeMethodDescriptionvoid
AdditionalMappingContributions.contributeBinding
(JaxbEntityMappingsImpl mappingJaxbBinding) Contribute mappings in the form of (extended)orm.xml
JAXB bindings