Uses of Interface
org.hibernate.boot.models.xml.spi.PersistenceUnitMetadata
Packages that use PersistenceUnitMetadata
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
-
Uses of PersistenceUnitMetadata in org.hibernate.boot.models.xml.spi
Methods in org.hibernate.boot.models.xml.spi with parameters of type PersistenceUnitMetadataModifier and TypeMethodDescriptionstatic XmlPreProcessingResult
XmlPreProcessor.preProcessXmlResources
(ManagedResources managedResources, PersistenceUnitMetadata persistenceUnitMetadata) Build an XmlResources reference based on the givenmanagedResources
static XmlProcessingResult
XmlProcessor.processXml
(XmlPreProcessingResult xmlPreProcessingResult, PersistenceUnitMetadata persistenceUnitMetadata, BiConsumer<JaxbEntityMappingsImpl, XmlDocumentContext> jaxbRootConsumer, org.hibernate.models.spi.ModelsContext ModelsContext, BootstrapContext bootstrapContext, org.hibernate.boot.internal.RootMappingDefaults mappingDefaults) -
Uses of PersistenceUnitMetadata in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return PersistenceUnitMetadataMethods in org.hibernate.boot.spi with parameters of type PersistenceUnitMetadataModifier and TypeMethodDescriptionvoid
AbstractDelegatingMetadataBuildingOptions.apply
(PersistenceUnitMetadata persistenceUnitMetadata) void
JpaOrmXmlPersistenceUnitDefaultAware.apply
(PersistenceUnitMetadata persistenceUnitMetadata)