Uses of Interface
org.hibernate.boot.spi.MetadataImplementor
-
Packages that use MetadataImplementor Package Description org.hibernate.boot.internal org.hibernate.boot.model.process.spi Defines an SPI used during the process of transforming mapping sources into theMetadatareference.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.envers.boot.internal org.hibernate.envers.configuration org.hibernate.envers.configuration.internal org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.org.hibernate.jpa.boot.internal org.hibernate.jpa.boot.spi org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.internal org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.persister.spi An SPI for integrating custom entity and collection persisters.org.hibernate.query.internal org.hibernate.query.named Support for named queriesorg.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.relational.internal org.hibernate.testing.junit4 org.hibernate.testing.orm.junit org.hibernate.testing.schema -
-
Uses of MetadataImplementor in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement MetadataImplementor Modifier and Type Class Description classInFlightMetadataCollectorImplThe implementation of the in-flight metadata collector contract.classMetadataImplContainer for configuration data collected during binding the metamodel.Methods in org.hibernate.boot.internal that return MetadataImplementor Modifier and Type Method Description MetadataImplementorMetadataBuilderImpl. build()Constructors in org.hibernate.boot.internal with parameters of type MetadataImplementor Constructor Description SessionFactoryBuilderImpl(MetadataImplementor metadata, SessionFactoryOptionsBuilder optionsBuilder)Deprecated, for removal: This API element is subject to removal in a future version.This constructor will be removedSessionFactoryBuilderImpl(MetadataImplementor metadata, SessionFactoryOptionsBuilder optionsBuilder, BootstrapContext context)SessionFactoryBuilderImpl(MetadataImplementor metadata, BootstrapContext bootstrapContext) -
Uses of MetadataImplementor in org.hibernate.boot.model.process.spi
Methods in org.hibernate.boot.model.process.spi that return MetadataImplementor Modifier and Type Method Description static 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.spi Modifier and Type Interface Description interfaceInFlightMetadataCollectorAn in-flight representation ofMetadatawhile it is being built.Classes in org.hibernate.boot.spi that implement MetadataImplementor Modifier and Type Class Description classAbstractDelegatingMetadataConvenience base class for custom implementors ofMetadataImplementorusing delegation.Methods in org.hibernate.boot.spi that return MetadataImplementor Modifier and Type Method Description protected MetadataImplementorAbstractDelegatingMetadata. delegate()Methods in org.hibernate.boot.spi with parameters of type MetadataImplementor Modifier and Type Method Description SessionFactoryBuilderSessionFactoryBuilderFactory. getSessionFactoryBuilder(MetadataImplementor metadata, SessionFactoryBuilderImplementor defaultBuilder)The contract method.Collection<MappingDocument>AdditionalJaxbMappingProducer. produceAdditionalMappings(MetadataImplementor metadata, org.jboss.jandex.IndexView jandexIndex, MappingBinder mappingBinder, MetadataBuildingContext buildingContext)Deprecated.Constructors in org.hibernate.boot.spi with parameters of type MetadataImplementor Constructor Description AbstractDelegatingMetadata(MetadataImplementor delegate) -
Uses of MetadataImplementor in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal with parameters of type MetadataImplementor Modifier and Type Method Description voidEnversService. initialize(MetadataImplementor metadata, MappingCollector mappingCollector)voidEnversServiceImpl. initialize(MetadataImplementor metadata, MappingCollector mappingCollector)Collection<MappingDocument>AdditionalJaxbMappingProducerImpl. produceAdditionalMappings(MetadataImplementor metadata, org.jboss.jandex.IndexView jandexIndex, MappingBinder mappingBinder, MetadataBuildingContext buildingContext) -
Uses of MetadataImplementor in org.hibernate.envers.configuration
Constructors in org.hibernate.envers.configuration with parameters of type MetadataImplementor Constructor Description Configuration(Properties properties, EnversService enversService, MetadataImplementor metadata) -
Uses of MetadataImplementor in org.hibernate.envers.configuration.internal
Constructors in org.hibernate.envers.configuration.internal with parameters of type MetadataImplementor Constructor Description PersistentClassGraphDefiner(MetadataImplementor metadata)RevisionInfoConfiguration(Configuration config, MetadataImplementor metadata, org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager) -
Uses of MetadataImplementor in org.hibernate.event.spi
Constructors in org.hibernate.event.spi with parameters of type MetadataImplementor Constructor Description EventEngine(MetadataImplementor mappings, SessionFactoryImplementor sessionFactory) -
Uses of MetadataImplementor in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type MetadataImplementor Modifier and Type Method Description static Map<String,FetchProfile>FetchProfileHelper. getFetchProfiles(MetadataImplementor bootMetamodel, MappingMetamodel mappingMetamodel)Constructors in org.hibernate.internal with parameters of type MetadataImplementor Constructor Description SessionFactoryImpl(MetadataImplementor bootMetamodel, SessionFactoryOptions options)Deprecated, for removal: This API element is subject to removal in a future version.This constructor will be removedSessionFactoryImpl(MetadataImplementor bootMetamodel, SessionFactoryOptions options, BootstrapContext bootstrapContext) -
Uses of MetadataImplementor in org.hibernate.jpa.boot.internal
Methods in org.hibernate.jpa.boot.internal that return MetadataImplementor Modifier and Type Method Description MetadataImplementorEntityManagerFactoryBuilderImpl. getMetadata()Intended for internal testing only...MetadataImplementorEntityManagerFactoryBuilderImpl. 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 Modifier and Type Method Description MetadataImplementorEntityManagerFactoryBuilder. metadata() -
Uses of MetadataImplementor in org.hibernate.mapping
Methods in org.hibernate.mapping that return MetadataImplementor Modifier and Type Method Description MetadataImplementorCollection. getMetadata()MetadataImplementorSimpleValue. getMetadata()Methods in org.hibernate.mapping with parameters of type MetadataImplementor Modifier and Type Method Description static CollectionTypeMappingHelper. 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 MetadataImplementor Constructor Description MetadataContext(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 MetadataImplementor Modifier and Type Method Description voidJpaMetamodelImpl. 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 MetadataImplementor Modifier and Type Method Description MetadataImplementorRuntimeModelCreationContext. getBootModel()default MetadataImplementorRuntimeModelCreationContext. getMetadata() -
Uses of MetadataImplementor in org.hibernate.persister.spi
Methods in org.hibernate.persister.spi that return MetadataImplementor Modifier and Type Method Description MetadataImplementorPersisterCreationContext. getMetadata()Deprecated. -
Uses of MetadataImplementor in org.hibernate.query.internal
Methods in org.hibernate.query.internal with parameters of type MetadataImplementor Modifier and Type Method Description NamedQueryMementoNamedObjectRepositoryImpl. 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 MetadataImplementor Modifier and Type Method Description NamedQueryMementoNamedObjectRepository. resolve(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, String registrationName)Resolve the named query with the given name. -
Uses of MetadataImplementor in org.hibernate.query.spi
Methods in org.hibernate.query.spi with parameters of type MetadataImplementor Modifier and Type Method Description static QueryEngineQueryEngine. from(SessionFactoryImplementor sessionFactory, MetadataImplementor metadata) -
Uses of MetadataImplementor in org.hibernate.relational.internal
Constructors in org.hibernate.relational.internal with parameters of type MetadataImplementor Constructor Description SchemaManagerImpl(SessionFactoryImplementor sessionFactory, MetadataImplementor metadata) -
Uses of MetadataImplementor in org.hibernate.testing.junit4
Methods in org.hibernate.testing.junit4 that return MetadataImplementor Modifier and Type Method Description protected MetadataImplementorBaseNonConfigCoreFunctionalTestCase. metadata() -
Uses of MetadataImplementor in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return MetadataImplementor Modifier and Type Method Description MetadataImplementorDomainModelExtension.DomainModelScopeImpl. getDomainModel()MetadataImplementorDomainModelScope. getDomainModel()protected MetadataImplementorBaseSessionFactoryFunctionalTest. getMetadata()MetadataImplementorSessionFactoryScope. getMetadataImplementor()MetadataImplementorBaseSessionFactoryFunctionalTest. produceModel(StandardServiceRegistry serviceRegistry)MetadataImplementorDomainModelProducer. produceModel(StandardServiceRegistry serviceRegistry)Methods in org.hibernate.testing.orm.junit with parameters of type MetadataImplementor Modifier and Type Method Description SessionFactoryImplementorBaseSessionFactoryFunctionalTest. produceSessionFactory(MetadataImplementor model)SessionFactoryImplementorSessionFactoryProducer. produceSessionFactory(MetadataImplementor model) -
Uses of MetadataImplementor in org.hibernate.testing.schema
Methods in org.hibernate.testing.schema with parameters of type MetadataImplementor Modifier and Type Method Description static voidSchemaDropHelper. drop(MetadataImplementor metadata, StandardServiceRegistry serviceRegistry, Connection connection)
-