Uses of Interface
org.hibernate.boot.spi.MetadataImplementor
-
Packages that use MetadataImplementor Package Description 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.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession.org.hibernate.jpa.boot.spi org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.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.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. -
-
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<org.hibernate.boot.model.source.internal.hbm.MappingDocument>AdditionalJaxbMappingProducer. produceAdditionalMappings(MetadataImplementor metadata, org.jboss.jandex.IndexView jandexIndex, org.hibernate.boot.jaxb.internal.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.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.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.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.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)
-