Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Packages that use JaxbEntityMappings
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
-
Uses of JaxbEntityMappings in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform that return JaxbEntityMappingsModifier and TypeMethodDescriptionstatic JaxbEntityMappingsHbmXmlTransformer.transform(JaxbHbmHibernateMapping hbmXmlMapping, Origin origin, HbmXmlTransformer.Options options) Main entry into hbm.xml transformation -
Uses of JaxbEntityMappings in org.hibernate.boot.jaxb.mapping
Methods in org.hibernate.boot.jaxb.mapping that return JaxbEntityMappingsModifier and TypeMethodDescriptionObjectFactory.createJaxbEntityMappings()Create an instance ofJaxbEntityMappings -
Uses of JaxbEntityMappings in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbEntityMappingsMethods in org.hibernate.boot.model.internal with parameters of type JaxbEntityMappingsModifier and TypeMethodDescriptionXMLContext.addDocument(JaxbEntityMappings entityMappings) Add the JAXB binding to this context and return the list of added class names. -
Uses of JaxbEntityMappings in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type JaxbEntityMappingsModifier and TypeMethodDescriptionvoidAdditionalMappingContributions.contributeBinding(JaxbEntityMappings mappingJaxbBinding) Contribute mappings in the form of (extended)orm.xmlJAXB bindings -
Uses of JaxbEntityMappings in org.hibernate.search.mapper.orm.bootstrap.spi
Methods in org.hibernate.search.mapper.orm.bootstrap.spi that return types with arguments of type JaxbEntityMappingsModifier and TypeMethodDescriptionHibernateSearchOrmMappingProducer.produceMappings(ConfigurationPropertySource propertySource, MetadataBuildingContext buildingContext)