Uses of Interface
org.hibernate.boot.spi.MetadataImplementor
Packages that use MetadataImplementor
Package
Description
Defines an SPI used during the process of transforming
mapping sources into
the
Metadata
reference.A range of SPIs allowing integration with—and customization of—the process of building metadata.
Defines the event types and event listener interfaces for
events produced by the stateful
Session
.This package defines the Hibernate configuration-time mapping model.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
Support for named queries
-
Uses of MetadataImplementor in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform with parameters of type MetadataImplementorModifier and TypeMethodDescriptionstatic 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 MetadataImplementor in org.hibernate.boot.model.process.spi
Methods in org.hibernate.boot.model.process.spi that return MetadataImplementorModifier and TypeMethodDescriptionstatic MetadataImplementor
MetadataBuildingProcess.build
(MetadataSources sources, BootstrapContext bootstrapContext, MetadataBuildingOptions options) Unified single phase for MetadataSources to Metadata processstatic MetadataImplementor
MetadataBuildingProcess.complete
(ManagedResources managedResources, BootstrapContext bootstrapContext, MetadataBuildingOptions options) Second step of two-phase for MetadataSources to Metadata process -
Uses of MetadataImplementor in org.hibernate.boot.spi
Subinterfaces of MetadataImplementor in org.hibernate.boot.spiModifier and TypeInterfaceDescriptioninterface
An in-flight representation ofMetadata
while it is being built.Classes in org.hibernate.boot.spi that implement MetadataImplementorModifier and TypeClassDescriptionclass
Convenience base class for custom implementors ofMetadataImplementor
using delegation.Methods in org.hibernate.boot.spi that return MetadataImplementorModifier and TypeMethodDescriptionprotected MetadataImplementor
AbstractDelegatingMetadata.delegate()
Methods in org.hibernate.boot.spi with parameters of type MetadataImplementorModifier and TypeMethodDescriptionSessionFactoryBuilderFactory.getSessionFactoryBuilder
(MetadataImplementor metadata, SessionFactoryBuilderImplementor defaultBuilder) The contract method.Constructors in org.hibernate.boot.spi with parameters of type MetadataImplementor -
Uses of MetadataImplementor in org.hibernate.event.spi
Constructors in org.hibernate.event.spi with parameters of type MetadataImplementorModifierConstructorDescriptionEventEngine
(MetadataImplementor mappings, SessionFactoryImplementor sessionFactory) -
Uses of MetadataImplementor in org.hibernate.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi that return MetadataImplementor -
Uses of MetadataImplementor in org.hibernate.mapping
Methods in org.hibernate.mapping that return MetadataImplementor -
Uses of MetadataImplementor in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return MetadataImplementorModifier and TypeMethodDescriptionRuntimeModelCreationContext.getBootModel()
default MetadataImplementor
RuntimeModelCreationContext.getMetadata()
-
Uses of MetadataImplementor in org.hibernate.query.named
Methods in org.hibernate.query.named with parameters of type MetadataImplementorModifier and TypeMethodDescriptionNamedObjectRepository.resolve
(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, String registrationName) Resolve the named query with the given name.