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, ServiceRegistry serviceRegistry, 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.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbEntityMappingsImplMethods in org.hibernate.boot.model.internal with parameters of type JaxbEntityMappingsImplModifier and TypeMethodDescriptionXMLContext.addDocument
(JaxbEntityMappingsImpl entityMappings) Add the JAXB binding to this context and return the list of added class names. -
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 types with arguments of type JaxbEntityMappingsImplMethods in org.hibernate.boot.models.xml.internal with parameters of type JaxbEntityMappingsImplModifier and TypeMethodDescriptionvoid
XmlPreProcessingResultImpl.addDocument
(JaxbEntityMappingsImpl document) static void
QueryProcessing.applyNamedNativeQueries
(JaxbEntityImpl jaxbEntity, org.hibernate.models.spi.MutableClassDetails classDetails, JaxbEntityMappingsImpl jaxbRoot, XmlDocumentContext xmlDocumentContext) static XmlDocumentImpl
XmlDocumentImpl.consume
(JaxbEntityMappingsImpl jaxbRoot, PersistenceUnitMetadata metadata) 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) -
Uses of JaxbEntityMappingsImpl in org.hibernate.boot.models.xml.spi
Methods in org.hibernate.boot.models.xml.spi that return JaxbEntityMappingsImplMethods in org.hibernate.boot.models.xml.spi that return types with arguments of type JaxbEntityMappingsImplModifier and TypeMethodDescriptionXmlPreProcessingResult.getDocuments()
All XML documents (JAXB roots)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