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.xmlJAXB bindings into a list ofmapping.xmlJAXB bindings -
Uses of MetadataImplementor in org.hibernate.boot.model.process.spi
Methods in org.hibernate.boot.model.process.spi that return MetadataImplementorModifier and TypeMethodDescriptionstatic MetadataImplementorMetadataBuildingProcess.build(MetadataSources sources, BootstrapContext bootstrapContext, MetadataBuildingOptions options) Unified single phase for MetadataSources to Metadata processstatic MetadataImplementorMetadataBuildingProcess.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 TypeInterfaceDescriptioninterfaceAn in-flight representation ofMetadatawhile it is being built.Classes in org.hibernate.boot.spi that implement MetadataImplementorModifier and TypeClassDescriptionclassConvenience base class for custom implementors ofMetadataImplementorusing delegation.Methods in org.hibernate.boot.spi that return MetadataImplementorModifier and TypeMethodDescriptionprotected MetadataImplementorAbstractDelegatingMetadata.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 MetadataImplementorRuntimeModelCreationContext.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.