congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
InFlightMetadataCollectorImpl.processNaturalIdUniqueKeyBinders
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: hibernate/hibernate-orm

/**
 * Ugh!  But we need this done before we ask Envers to produce its entities.
 */
public void processSecondPasses(MetadataBuildingContext buildingContext) {
  inSecondPass = true;
  try {
    processSecondPasses( idGeneratorResolverSecondPassList );
    processSecondPasses( implicitColumnNamingSecondPassList );
    processSecondPasses( pkDrivenByDefaultMapsIdSecondPassList );
    processSecondPasses( setSimpleValueTypeSecondPassList );
    processCopyIdentifierSecondPassesInOrder();
    processFkSecondPassesInOrder();
    processSecondPasses( createKeySecondPasList );
    processSecondPasses( secondaryTableSecondPassList );
    processSecondPasses( querySecondPassList );
    processSecondPasses( generalSecondPassList );
    processPropertyReferences();
    secondPassCompileForeignKeys( buildingContext );
    processUniqueConstraintHolders( buildingContext );
    processJPAIndexHolders( buildingContext );
    processNaturalIdUniqueKeyBinders();
    processCachingOverrides();
  }
  finally {
    inSecondPass = false;
  }
}
origin: org.hibernate.orm/hibernate-core

/**
 * Ugh!  But we need this done before we ask Envers to produce its entities.
 */
public void processSecondPasses(MetadataBuildingContext buildingContext) {
  inSecondPass = true;
  try {
    processSecondPasses( idGeneratorResolverSecondPassList );
    processSecondPasses( implicitColumnNamingSecondPassList );
    processSecondPasses( pkDrivenByDefaultMapsIdSecondPassList );
    processSecondPasses( setSimpleValueTypeSecondPassList );
    processCopyIdentifierSecondPassesInOrder();
    processFkSecondPassesInOrder();
    processSecondPasses( createKeySecondPasList );
    processSecondPasses( secondaryTableSecondPassList );
    processSecondPasses( querySecondPassList );
    processSecondPasses( generalSecondPassList );
    processPropertyReferences();
    secondPassCompileForeignKeys( buildingContext );
    processUniqueConstraintHolders( buildingContext );
    processJPAIndexHolders( buildingContext );
    processNaturalIdUniqueKeyBinders();
    processCachingOverrides();
    finalizeBootModel();
  }
  finally {
    inSecondPass = false;
  }
}
org.hibernate.boot.internalInFlightMetadataCollectorImplprocessNaturalIdUniqueKeyBinders

Popular methods of InFlightMetadataCollectorImpl

  • <init>
  • 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
  • addImplicitColumnNamingSecondPass,
  • addNamedProcedureCallDefinition,
  • addPkDrivenByDefaultMapsIdSecondPass,
  • addQuerySecondPass,
  • addSecondPass,
  • addSecondaryTableSecondPass,
  • addSetSimpleValueTypeSecondPass,
  • addUniqueConstraintHolders,
  • applyNamedNativeQuery,
  • applyResultSetMapping

Popular in Java

  • Updating database using SQL prepared statement
  • setScale (BigDecimal)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getResourceAsStream (ClassLoader)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • Path (java.nio.file)
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • Top 17 PhpStorm Plugins
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