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

How to use
org.hibernate.hql.internal.ast.tree.AssignmentSpecification
constructor

Best Java code snippets using org.hibernate.hql.internal.ast.tree.AssignmentSpecification.<init> (Showing top 3 results out of 315)

origin: hibernate/hibernate-orm

private void evaluateAssignment(AST eq, Queryable persister, int targetIndex) {
  if ( persister.isMultiTable() ) {
    // no need to even collect this information if the persister is considered multi-table
    AssignmentSpecification specification = new AssignmentSpecification( eq, persister );
    if ( targetIndex >= 0 ) {
      assignmentSpecifications.add( targetIndex, specification );
    }
    else {
      assignmentSpecifications.add( specification );
    }
    numberOfParametersInSetClause += specification.getParameters().length;
  }
}
origin: org.hibernate/com.springsource.org.hibernate.core

private void evaluateAssignment(AST eq, Queryable persister, int targetIndex) {
  if ( persister.isMultiTable() ) {
    // no need to even collect this information if the persister is considered multi-table
    AssignmentSpecification specification = new AssignmentSpecification( eq, persister );
    if ( targetIndex >= 0 ) {
      assignmentSpecifications.add( targetIndex, specification );
    }
    else {
      assignmentSpecifications.add( specification );
    }
    numberOfParametersInSetClause += specification.getParameters().length;
  }
}
origin: org.hibernate/com.springsource.org.hibernate

private void evaluateAssignment(AST eq, Queryable persister, int targetIndex) {
  if ( persister.isMultiTable() ) {
    // no need to even collect this information if the persister is considered multi-table
    AssignmentSpecification specification = new AssignmentSpecification( eq, persister );
    if ( targetIndex >= 0 ) {
      assignmentSpecifications.add( targetIndex, specification );
    }
    else {
      assignmentSpecifications.add( specification );
    }
    numberOfParametersInSetClause += specification.getParameters().length;
  }
}
org.hibernate.hql.internal.ast.treeAssignmentSpecification<init>

Popular methods of AssignmentSpecification

  • affectsTable
  • getSqlAssignmentFragment
  • getParameters
  • isParam
  • validateLhs

Popular in Java

  • Making http requests using okhttp
  • addToBackStack (FragmentTransaction)
  • scheduleAtFixedRate (Timer)
  • onCreateOptionsMenu (Activity)
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • MessageFormat (java.text)
    Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Top Sublime Text plugins
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