Tabnine Logo
InFlightMetadataCollectorImpl.buildMetadataInstance
Code IndexAdd Tabnine 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)

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

  • Making http post requests using okhttp
  • getSupportFragmentManager (FragmentActivity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getResourceAsStream (ClassLoader)
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now