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
.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.This package defines the Hibernate configuration-time mapping model.
Implementation of the SPI for the runtime domain metamodel.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
Validation for HQL queries.
Support for named queries
-
Uses of MetadataImplementor in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement MetadataImplementorModifier and TypeClassDescriptionclass
The implementation of the in-flight metadata collector contract.class
Container for configuration data collected during binding the metamodel.Methods in org.hibernate.boot.internal that return MetadataImplementorConstructors in org.hibernate.boot.internal with parameters of type MetadataImplementorModifierConstructorDescriptionSessionFactoryBuilderImpl
(MetadataImplementor metadata, SessionFactoryOptionsBuilder optionsBuilder, BootstrapContext context) SessionFactoryBuilderImpl
(MetadataImplementor metadata, BootstrapContext bootstrapContext) -
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, ServiceRegistry serviceRegistry, 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.envers.boot.internal
Methods in org.hibernate.envers.boot.internal with parameters of type MetadataImplementorModifier and TypeMethodDescriptionvoid
EnversService.initialize
(MetadataImplementor metadata, MappingCollector mappingCollector, EffectiveMappingDefaults effectiveMappingDefaults) void
EnversServiceImpl.initialize
(MetadataImplementor metadata, MappingCollector mappingCollector, EffectiveMappingDefaults effectiveMappingDefaults) -
Uses of MetadataImplementor in org.hibernate.envers.configuration.internal
Constructors in org.hibernate.envers.configuration.internal 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.internal
Methods in org.hibernate.internal with parameters of type MetadataImplementorModifier and TypeMethodDescriptionstatic Map<String,
FetchProfile> FetchProfileHelper.getFetchProfiles
(MetadataImplementor bootMetamodel, RuntimeMetamodels runtimeMetamodels) Constructors in org.hibernate.internal with parameters of type MetadataImplementorModifierConstructorDescriptionSessionFactoryImpl
(MetadataImplementor bootMetamodel, SessionFactoryOptions options, BootstrapContext bootstrapContext) -
Uses of MetadataImplementor in org.hibernate.jpa.boot.internal
Methods in org.hibernate.jpa.boot.internal that return MetadataImplementorModifier and TypeMethodDescriptionEntityManagerFactoryBuilderImpl.getMetadata()
Intended for internal testing only...EntityManagerFactoryBuilderImpl.metadata()
Used by extensions : Hibernate Reactive -
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 MetadataImplementorMethods in org.hibernate.mapping with parameters of type MetadataImplementorModifier and TypeMethodDescriptionstatic CollectionType
MappingHelper.customCollection
(String typeName, Properties typeParameters, String role, String propertyRef, MetadataImplementor metadata) -
Uses of MetadataImplementor in org.hibernate.metamodel.internal
Constructors in org.hibernate.metamodel.internal with parameters of type MetadataImplementorModifierConstructorDescriptionMetadataContext
(JpaMetamodelImplementor jpaMetamodel, MappingMetamodel mappingMetamodel, MetadataImplementor bootMetamodel, JpaStaticMetamodelPopulationSetting jpaStaticMetaModelPopulationSetting, JpaMetamodelPopulationSetting jpaMetaModelPopulationSetting, RuntimeModelCreationContext runtimeModelCreationContext) -
Uses of MetadataImplementor in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal with parameters of type MetadataImplementorModifier and TypeMethodDescriptionvoid
JpaMetamodelImpl.processJpa
(MetadataImplementor bootMetamodel, MappingMetamodel mappingMetamodel, Map<Class<?>, String> entityProxyInterfaceMap, JpaStaticMetamodelPopulationSetting jpaStaticMetaModelPopulationSetting, JpaMetamodelPopulationSetting jpaMetaModelPopulationSetting, Collection<NamedEntityGraphDefinition> namedEntityGraphDefinitions, RuntimeModelCreationContext runtimeModelCreationContext) -
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.processor.validation
Methods in org.hibernate.processor.validation that return MetadataImplementor -
Uses of MetadataImplementor in org.hibernate.query.internal
Methods in org.hibernate.query.internal with parameters of type MetadataImplementorModifier and TypeMethodDescriptionstatic QueryEngineImpl
QueryEngineImpl.from
(MetadataImplementor metadata, QueryEngineOptions options, SqmCreationContext sqmCreationContext, ServiceRegistryImplementor serviceRegistry, Map<String, Object> properties, String name) NamedObjectRepositoryImpl.resolve
(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, String registrationName) -
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. -
Uses of MetadataImplementor in org.hibernate.relational.internal
Constructors in org.hibernate.relational.internal with parameters of type MetadataImplementorModifierConstructorDescriptionSchemaManagerImpl
(SessionFactoryImplementor sessionFactory, MetadataImplementor metadata) -
Uses of MetadataImplementor in org.hibernate.testing.junit4
Methods in org.hibernate.testing.junit4 that return MetadataImplementorModifier and TypeMethodDescriptionprotected MetadataImplementor
BaseNonConfigCoreFunctionalTestCase.metadata()
-
Uses of MetadataImplementor in org.hibernate.testing.orm.junit
Classes in org.hibernate.testing.orm.junit that implement MetadataImplementorMethods in org.hibernate.testing.orm.junit that return MetadataImplementorModifier and TypeMethodDescriptionDomainModelExtension.DomainModelScopeImpl.getDomainModel()
DomainModelScope.getDomainModel()
protected MetadataImplementor
BaseSessionFactoryFunctionalTest.getMetadata()
SessionFactoryScope.getMetadataImplementor()
BaseSessionFactoryFunctionalTest.produceModel
(StandardServiceRegistry serviceRegistry) DomainModelProducer.produceModel
(StandardServiceRegistry serviceRegistry) Methods in org.hibernate.testing.orm.junit with parameters of type MetadataImplementorModifier and TypeMethodDescriptionBaseSessionFactoryFunctionalTest.produceSessionFactory
(MetadataImplementor model) SessionFactoryProducer.produceSessionFactory
(MetadataImplementor model) -
Uses of MetadataImplementor in org.hibernate.testing.schema
Methods in org.hibernate.testing.schema with parameters of type MetadataImplementorModifier and TypeMethodDescriptionstatic void
SchemaDropHelper.drop
(MetadataImplementor metadata, StandardServiceRegistry serviceRegistry, Connection connection) -
Uses of MetadataImplementor in org.hibernate.testing.util.uuid
Constructors in org.hibernate.testing.util.uuid with parameters of type MetadataImplementorModifierConstructorDescriptionIdGeneratorCreationContext
(MetadataImplementor domainModel, RootClass entityMapping) IdGeneratorCreationContext
(ServiceRegistry serviceRegistry, MetadataImplementor domainModel, RootClass entityMapping)