congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
PkDrivenByDefaultMapsIdSecondPass.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.hibernate.cfg.PkDrivenByDefaultMapsIdSecondPass
constructor

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

origin: hibernate/hibernate-orm

public void linkWithValue() {
  if ( columns[0].isNameDeferred() && !buildingContext.getMetadataCollector().isInSecondPass() && referencedEntityName != null ) {
    buildingContext.getMetadataCollector().addSecondPass(
        new PkDrivenByDefaultMapsIdSecondPass(
            referencedEntityName, (Ejb3JoinColumn[]) columns, simpleValue
        )
    );
  }
  else {
    for ( Ejb3Column column : columns ) {
      column.linkWithValue( simpleValue );
    }
  }
}
origin: org.hibernate/hibernate-annotations

public void linkWithValue() {
  if ( columns[0].isNameDeferred() && ! mappings.isInSecondPass() && referencedEntityName != null) {
    mappings.addSecondPass(
        new PkDrivenByDefaultMapsIdSecondPass( referencedEntityName, ( Ejb3JoinColumn[]) columns, simpleValue)
    );
  }
  else {
    for ( Ejb3Column column : columns) {
      column.linkWithValue( simpleValue );
    }
  }
}
origin: org.hibernate/com.springsource.org.hibernate

public void linkWithValue() {
  if ( columns[0].isNameDeferred() && !mappings.isInSecondPass() && referencedEntityName != null ) {
    mappings.addSecondPass(
        new PkDrivenByDefaultMapsIdSecondPass(
            referencedEntityName, ( Ejb3JoinColumn[] ) columns, simpleValue
        )
    );
  }
  else {
    for ( Ejb3Column column : columns ) {
      column.linkWithValue( simpleValue );
    }
  }
}
origin: org.hibernate/com.springsource.org.hibernate.core

public void linkWithValue() {
  if ( columns[0].isNameDeferred() && !mappings.isInSecondPass() && referencedEntityName != null ) {
    mappings.addSecondPass(
        new PkDrivenByDefaultMapsIdSecondPass(
            referencedEntityName, ( Ejb3JoinColumn[] ) columns, simpleValue
        )
    );
  }
  else {
    for ( Ejb3Column column : columns ) {
      column.linkWithValue( simpleValue );
    }
  }
}
origin: org.hibernate.orm/hibernate-core

public void linkWithValue() {
  if ( columns[0].isNameDeferred() && !buildingContext.getMetadataCollector().isInSecondPass() && referencedEntityName != null ) {
    buildingContext.getMetadataCollector().addSecondPass(
        new PkDrivenByDefaultMapsIdSecondPass(
            referencedEntityName, (Ejb3JoinColumn[]) columns, basicValue
        )
    );
  }
  else {
    for ( Ejb3Column column : columns ) {
      column.linkWithValue( basicValue );
    }
  }
}
org.hibernate.cfgPkDrivenByDefaultMapsIdSecondPass<init>

Popular methods of PkDrivenByDefaultMapsIdSecondPass

    Popular in Java

    • Making http requests using okhttp
    • getResourceAsStream (ClassLoader)
    • scheduleAtFixedRate (Timer)
    • setScale (BigDecimal)
    • ConnectException (java.net)
      A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
    • ByteBuffer (java.nio)
      A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
    • Calendar (java.util)
      Calendar is an abstract base class for converting between a Date object and a set of integer fields
    • Notification (javax.management)
    • IOUtils (org.apache.commons.io)
      General IO stream manipulation utilities. This class provides static utility methods for input/outpu
    • Runner (org.openjdk.jmh.runner)
    • 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