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 MetadataImplementor
MetadataBuildingProcess. build(MetadataSources sources, BootstrapContext bootstrapContext, MetadataBuildingOptions options)
Unified single phase for MetadataSources->Metadata processstatic MetadataImplementor
MetadataBuildingProcess. 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
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 class
AbstractDelegatingMetadataBuildingOptions
Convenience base class for custom implementors ofMetadataBuildingOptions
using delegation.Methods in org.hibernate.boot.spi that return MetadataBuildingOptions Modifier and Type Method Description protected MetadataBuildingOptions
AbstractDelegatingMetadataBuildingOptions. delegate()
MetadataBuildingOptions
MetadataBuildingContext. getBuildingOptions()
Access to the options specified by theMetadataBuilder
MetadataBuildingOptions
AbstractDelegatingMetadata. getMetadataBuildingOptions()
MetadataBuildingOptions
AbstractDelegatingMetadataBuilderImplementor. getMetadataBuildingOptions()
MetadataBuildingOptions
BootstrapContext. getMetadataBuildingOptions()
MetadataBuildingOptions
MetadataBuilderImplementor. getMetadataBuildingOptions()
Get the options being collected on this MetadataBuilder that will ultimately be used in building the Metadata.MetadataBuildingOptions
MetadataImplementor. 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)
-
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 void
AbstractMultiTableBulkIdStrategyImpl. 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 void
GlobalTemporaryTableBulkIdStrategy. 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 void
LocalTemporaryTableBulkIdStrategy. 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 void
PersistentTableBulkIdStrategy. 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 MetadataBuildingOptions
MetadataBuildingContextTestingImpl. getBuildingOptions()
MetadataBuildingOptions
BootstrapContextImpl. 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.
-