Tabnine Logo
InFlightMetadataCollectorImpl.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.hibernate.boot.internal.InFlightMetadataCollectorImpl
constructor

Best Java code snippets using org.hibernate.boot.internal.InFlightMetadataCollectorImpl.<init> (Showing top 5 results out of 315)

origin: hibernate/hibernate-orm

public MetadataBuildingContextTestingImpl(StandardServiceRegistry serviceRegistry) {
  buildingOptions = new MetadataBuilderImpl.MetadataBuildingOptionsImpl( serviceRegistry );
  bootstrapContext = new BootstrapContextImpl( serviceRegistry, buildingOptions );
  mappingDefaults = new MetadataBuilderImpl.MappingDefaultsImpl( serviceRegistry );
  metadataCollector = new InFlightMetadataCollectorImpl( bootstrapContext, buildingOptions );
  objectNameNormalizer = new ObjectNameNormalizer() {
    @Override
    protected MetadataBuildingContext getBuildingContext() {
      return MetadataBuildingContextTestingImpl.this;
    }
  };
}
origin: hibernate/hibernate-orm

  final BootstrapContext bootstrapContext,
  final MetadataBuildingOptions options) {
final InFlightMetadataCollectorImpl metadataCollector = new InFlightMetadataCollectorImpl(
    bootstrapContext,
    options
origin: org.hibernate/hibernate-tools

private InFlightMetadataCollectorImpl getMetadataCollector(
  BootstrapContext bootstrapContext,
  MetadataBuildingOptions metadataBuildingOptions) {
  return new InFlightMetadataCollectorImpl(
    bootstrapContext,
    metadataBuildingOptions);    
}

origin: hibernate/hibernate-tools

private InFlightMetadataCollectorImpl getMetadataCollector(
  BootstrapContext bootstrapContext,
  MetadataBuildingOptions metadataBuildingOptions) {
  return new InFlightMetadataCollectorImpl(
    bootstrapContext,
    metadataBuildingOptions);    
}

origin: org.hibernate.orm/hibernate-core

  final BootstrapContext bootstrapContext,
  final MetadataBuildingOptions options) {
final InFlightMetadataCollectorImpl metadataCollector = new InFlightMetadataCollectorImpl(
    bootstrapContext,
    options
org.hibernate.boot.internalInFlightMetadataCollectorImpl<init>

Popular methods of InFlightMetadataCollectorImpl

  • buildMetadataInstance
    Builds the complete and immutable Metadata instance from the collected info.
  • 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
  • getSystemService (Context)
  • getSharedPreferences (Context)
  • compareTo (BigDecimal)
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • JOptionPane (javax.swing)
  • Sublime Text for Python
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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