Codota Logo
InFlightMetadataCollectorImpl.buildMetadataInstance
Code IndexAdd Codota to your IDE (free)

How to use
buildMetadataInstance
method
in
org.hibernate.boot.internal.InFlightMetadataCollectorImpl

Best Java code snippets using org.hibernate.boot.internal.InFlightMetadataCollectorImpl.buildMetadataInstance (Showing top 6 results out of 315)

  • Common ways to obtain InFlightMetadataCollectorImpl
private void myMethod () {
InFlightMetadataCollectorImpl i =
  • Codota IconBootstrapContext bootstrapContext;MetadataBuildingOptions options;new InFlightMetadataCollectorImpl(bootstrapContext, options)
  • Smart code suggestions by Codota
}
origin: hibernate/hibernate-orm

return metadataCollector.buildMetadataInstance( rootMetadataBuildingContext );
origin: hibernate/hibernate-tools

/**
 * @param mappings
 * @param configuration
 */
public JdbcBinder(ServiceRegistry serviceRegistry, Properties properties, MetadataBuildingContext mdbc, ReverseEngineeringStrategy revengStrategy, boolean preferBasicCompositeIds) {
  this.serviceRegistry = serviceRegistry;
  this.mdbc = mdbc;
  this.properties = properties;
  this.revengStrategy = revengStrategy;
  this.preferBasicCompositeIds = preferBasicCompositeIds;
  this.defaultCatalog = properties.getProperty(AvailableSettings.DEFAULT_CATALOG);
  this.defaultSchema = properties.getProperty(AvailableSettings.DEFAULT_SCHEMA);
  metadataCollector = mdbc.getMetadataCollector();
  this.metadata = ((InFlightMetadataCollectorImpl)metadataCollector).buildMetadataInstance(mdbc);
}
origin: org.hibernate/hibernate-tools

/**
 * @param mappings
 * @param configuration
 */
public JDBCBinder(ServiceRegistry serviceRegistry, Properties properties, MetadataBuildingContext mdbc, ReverseEngineeringStrategy revengStrategy, boolean preferBasicCompositeIds) {
  this.serviceRegistry = serviceRegistry;
  this.mdbc = mdbc;
  this.properties = properties;
  this.revengStrategy = revengStrategy;
  this.preferBasicCompositeIds = preferBasicCompositeIds;
  this.defaultCatalog = properties.getProperty(AvailableSettings.DEFAULT_CATALOG);
  this.defaultSchema = properties.getProperty(AvailableSettings.DEFAULT_SCHEMA);
  metadataCollector = mdbc.getMetadataCollector();
  this.metadata = ((InFlightMetadataCollectorImpl)metadataCollector).buildMetadataInstance(mdbc);
}
origin: org.hibernate/hibernate-tools

        metadataCollector);
MetadataImpl metadata = metadataCollector
    .buildMetadataInstance(metadataBuildingContext);
metadata.getTypeConfiguration().scope(metadataBuildingContext);
JDBCBinder binder = new JDBCBinder(
origin: hibernate/hibernate-tools

        metadataCollector);
MetadataImpl metadata = metadataCollector
    .buildMetadataInstance(metadataBuildingContext);
metadata.getTypeConfiguration().scope(metadataBuildingContext);
JdbcBinder binder = new JdbcBinder(
origin: org.hibernate.orm/hibernate-core

return metadataCollector.buildMetadataInstance( rootMetadataBuildingContext );
org.hibernate.boot.internalInFlightMetadataCollectorImplbuildMetadataInstance

Javadoc

Builds the complete and immutable Metadata instance from the collected info.

Popular methods of InFlightMetadataCollectorImpl

  • <init>
  • processSecondPasses
    Ugh! But we need this done before we ask Envers to produce its entities.
  • addClassType
  • addCopyIdentifierComponentSecondPass
  • addCreateKeySecondPass
  • addDelayedPropertyReferenceHandler
  • addFkSecondPass
  • addIdGeneratorResolverSecondPass
  • addIdentifierGenerator
  • addImplicitColumnNamingSecondPass
  • addNamedProcedureCallDefinition
  • addPkDrivenByDefaultMapsIdSecondPass
  • addNamedProcedureCallDefinition,
  • addPkDrivenByDefaultMapsIdSecondPass,
  • addQuerySecondPass,
  • addSecondPass,
  • addSecondaryTableSecondPass,
  • addSetSimpleValueTypeSecondPass,
  • addUniqueConstraintHolders,
  • applyNamedNativeQuery,
  • applyResultSetMapping

Popular in Java

  • Updating database using SQL prepared statement
  • compareTo (BigDecimal)
  • onCreateOptionsMenu (Activity)
  • getApplicationContext (Context)
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • MalformedURLException (java.net)
    Thrown to indicate that a malformed URL has occurred. Either no legal protocol could be found in a s
  • Dictionary (java.util)
    The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to valu
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • JCheckBox (javax.swing)
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now