Uses of Interface
org.hibernate.boot.spi.MetadataBuildingOptions
-
Packages that use MetadataBuildingOptions Package Description org.hibernate.boot.model.process.spi org.hibernate.boot.model.relational org.hibernate.boot.spi org.hibernate.cfg.annotations.reflection Defines the capability to merge mapping information from both annotations and orm.xml sources into a unified set of metadata in the Hibernate commons-annotations model.org.hibernate.hql.spi.id Support for multi-table update and delete statements via id-tables.org.hibernate.hql.spi.id.global org.hibernate.hql.spi.id.local org.hibernate.hql.spi.id.persistent Package contains an implementation of MultiTableBulkIdStrategy based on the use of a persistent (ANSI SQL term) table to hold id values.org.hibernate.testing.boot org.hibernate.tuple.component -
-
Uses of MetadataBuildingOptions in org.hibernate.boot.model.process.spi
Methods in org.hibernate.boot.model.process.spi with parameters of type MetadataBuildingOptions 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 MetadataBuildingOptions in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return MetadataBuildingOptions Modifier and Type Method Description MetadataBuildingOptionsDatabase. getBuildingOptions()Constructors in org.hibernate.boot.model.relational with parameters of type MetadataBuildingOptions Constructor Description Database(MetadataBuildingOptions buildingOptions)Database(MetadataBuildingOptions buildingOptions, JdbcEnvironment jdbcEnvironment) -
Uses of MetadataBuildingOptions in org.hibernate.boot.spi
Classes in org.hibernate.boot.spi that implement MetadataBuildingOptions Modifier and Type Class Description classAbstractDelegatingMetadataBuildingOptionsConvenience base class for custom implementors ofMetadataBuildingOptionsusing delegation.Methods in org.hibernate.boot.spi that return MetadataBuildingOptions Modifier and Type Method Description protected MetadataBuildingOptionsAbstractDelegatingMetadataBuildingOptions. delegate()MetadataBuildingOptionsMetadataBuildingContext. getBuildingOptions()Access to the options specified by theMetadataBuilderMetadataBuildingOptionsAbstractDelegatingMetadata. getMetadataBuildingOptions()MetadataBuildingOptionsAbstractDelegatingMetadataBuilderImplementor. getMetadataBuildingOptions()MetadataBuildingOptionsBootstrapContext. getMetadataBuildingOptions()MetadataBuildingOptionsMetadataBuilderImplementor. getMetadataBuildingOptions()Get the options being collected on this MetadataBuilder that will ultimately be used in building the Metadata.MetadataBuildingOptionsMetadataImplementor. getMetadataBuildingOptions()Access to the options used to build this MetadataConstructors in org.hibernate.boot.spi with parameters of type MetadataBuildingOptions Constructor Description AbstractDelegatingMetadataBuildingOptions(MetadataBuildingOptions delegate) -
Uses of MetadataBuildingOptions in org.hibernate.cfg.annotations.reflection
Constructors in org.hibernate.cfg.annotations.reflection with parameters of type MetadataBuildingOptions Constructor Description ClassLoaderAccessLazyImpl(MetadataBuildingOptions metadataBuildingOptions)JPAMetadataProvider(MetadataBuildingOptions metadataBuildingOptions)Deprecated.UseJPAMetadataProvider(BootstrapContext)instead. -
Uses of MetadataBuildingOptions in org.hibernate.hql.spi.id
Methods in org.hibernate.hql.spi.id with parameters of type MetadataBuildingOptions Modifier and Type Method Description protected voidAbstractMultiTableBulkIdStrategyImpl. initialize(MetadataBuildingOptions buildingOptions, SessionFactoryOptions sessionFactoryOptions)Configure ourselves. -
Uses of MetadataBuildingOptions in org.hibernate.hql.spi.id.global
Methods in org.hibernate.hql.spi.id.global with parameters of type MetadataBuildingOptions Modifier and Type Method Description protected voidGlobalTemporaryTableBulkIdStrategy. initialize(MetadataBuildingOptions buildingOptions, SessionFactoryOptions sessionFactoryOptions) -
Uses of MetadataBuildingOptions in org.hibernate.hql.spi.id.local
Methods in org.hibernate.hql.spi.id.local with parameters of type MetadataBuildingOptions Modifier and Type Method Description protected voidLocalTemporaryTableBulkIdStrategy. initialize(MetadataBuildingOptions buildingOptions, SessionFactoryOptions sessionFactoryOptions) -
Uses of MetadataBuildingOptions in org.hibernate.hql.spi.id.persistent
Methods in org.hibernate.hql.spi.id.persistent with parameters of type MetadataBuildingOptions Modifier and Type Method Description protected voidPersistentTableBulkIdStrategy. initialize(MetadataBuildingOptions buildingOptions, SessionFactoryOptions sessionFactoryOptions) -
Uses of MetadataBuildingOptions in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return MetadataBuildingOptions Modifier and Type Method Description MetadataBuildingOptionsMetadataBuildingContextTestingImpl. getBuildingOptions()MetadataBuildingOptionsBootstrapContextImpl. getMetadataBuildingOptions() -
Uses of MetadataBuildingOptions in org.hibernate.tuple.component
Constructors in org.hibernate.tuple.component with parameters of type MetadataBuildingOptions Constructor Description ComponentMetamodel(Component component, MetadataBuildingOptions metadataBuildingOptions)Deprecated.UseComponentMetamodel(Component, BootstrapContext)instead.ComponentTuplizerFactory(MetadataBuildingOptions metadataBuildingOptions)Deprecated.UseComponentTuplizerFactory(BootstrapContext)instead.
-