Uses of Interface
org.hibernate.boot.spi.MetadataImplementor
-
Packages that use MetadataImplementor Package Description org.hibernate.boot.model.process.spi org.hibernate.boot.spi org.hibernate.event.spi org.hibernate.jpa.boot.spi org.hibernate.mapping org.hibernate.metamodel.spi org.hibernate.persister.spi org.hibernate.query.named Support for named queriesorg.hibernate.query.spi -
-
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->Metadata processstatic MetadataImplementorMetadataBuildingProcess. complete(ManagedResources managedResources, BootstrapContext bootstrapContext, MetadataBuildingOptions options)Second step of 2-phase for MetadataSources->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 voidNamedObjectRepository. prepare(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, BootstrapContext bootstrapContext)Prepare for runtime useNamedQueryMementoNamedObjectRepository. 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)voidQueryEngine. prepare(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, BootstrapContext bootstrapContext)
-