Codota Logo
ArrayHelper.addAll
Code IndexAdd Codota to your IDE (free)

How to use
addAll
method
in
org.hibernate.internal.util.collections.ArrayHelper

Best Java code snippets using org.hibernate.internal.util.collections.ArrayHelper.addAll (Showing top 11 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
StringBuilder s =
  • Codota Iconnew StringBuilder()
  • Codota Iconnew StringBuilder(32)
  • Codota IconString str;new StringBuilder(str)
  • Smart code suggestions by Codota
}
origin: hibernate/hibernate-orm

specifiedAliases.add( rootRtn.getAlias() );
entityAliases.add( rootRtn.getEntityAliases() );
ArrayHelper.addAll( querySpaces, persister.getQuerySpaces() );
includeInResultRowList.add( true );
  entityOwners.add( -1 );
  entityAliases.add( collRtn.getElementEntityAliases() );
  ArrayHelper.addAll( querySpaces, elementPersister.getQuerySpaces() );
specifiedAliases.add( fetchRtn.getAlias() );
entityAliases.add( fetchRtn.getEntityAliases() );
ArrayHelper.addAll( querySpaces, persister.getQuerySpaces() );
includeInResultRowList.add( false );
  entityOwners.add( ownerIndex );
  entityAliases.add( fetchRtn.getElementEntityAliases() );
  ArrayHelper.addAll( querySpaces, elementPersister.getQuerySpaces() );
origin: org.hibernate/com.springsource.org.hibernate

public String[] getAliases() {
  List result = new ArrayList( getLength() );
  for ( int i=0; i<getLength(); i++ ) {
    String[] aliases = getProjection(i).getAliases();
    ArrayHelper.addAll( result, aliases );
  }
  return ArrayHelper.toStringArray(result);
}

origin: org.hibernate/com.springsource.org.hibernate

public String[] getColumnAliases(int loc) {
  List result = new ArrayList( getLength() );
  for ( int i=0; i<getLength(); i++ ) {
    String[] colAliases = getProjection(i).getColumnAliases(loc);
    ArrayHelper.addAll(result, colAliases);
    loc+=colAliases.length;
  }
  return ArrayHelper.toStringArray(result);
}
origin: org.hibernate/com.springsource.org.hibernate.core

public Type[] getTypes(Criteria criteria, CriteriaQuery criteriaQuery)
throws HibernateException {
  List types = new ArrayList( getLength() );
  for ( int i=0; i<getLength(); i++ ) {
    Type[] elemTypes = getProjection(i).getTypes(criteria, criteriaQuery);
    ArrayHelper.addAll(types, elemTypes);
  }
  return ArrayHelper.toTypeArray(types);
}

origin: org.hibernate/com.springsource.org.hibernate.core

public String[] getColumnAliases(int loc, Criteria criteria, CriteriaQuery criteriaQuery) {
  List result = new ArrayList( getLength() );
  for ( int i=0; i<getLength(); i++ ) {
    String[] colAliases = getColumnAliases( loc, criteria, criteriaQuery, getProjection( i ) );
    ArrayHelper.addAll(result, colAliases);
    loc+=colAliases.length;
  }
  return ArrayHelper.toStringArray(result);
}
origin: org.hibernate/com.springsource.org.hibernate.core

public String[] getAliases() {
  List result = new ArrayList( getLength() );
  for ( int i=0; i<getLength(); i++ ) {
    String[] aliases = getProjection(i).getAliases();
    ArrayHelper.addAll( result, aliases );
  }
  return ArrayHelper.toStringArray(result);
}

origin: org.hibernate/com.springsource.org.hibernate

public String[] getColumnAliases(int loc, Criteria criteria, CriteriaQuery criteriaQuery) {
  List result = new ArrayList( getLength() );
  for ( int i=0; i<getLength(); i++ ) {
    String[] colAliases = getColumnAliases( loc, criteria, criteriaQuery, getProjection( i ) );
    ArrayHelper.addAll(result, colAliases);
    loc+=colAliases.length;
  }
  return ArrayHelper.toStringArray(result);
}
origin: org.hibernate/com.springsource.org.hibernate

public Type[] getTypes(Criteria criteria, CriteriaQuery criteriaQuery)
throws HibernateException {
  List types = new ArrayList( getLength() );
  for ( int i=0; i<getLength(); i++ ) {
    Type[] elemTypes = getProjection(i).getTypes(criteria, criteriaQuery);
    ArrayHelper.addAll(types, elemTypes);
  }
  return ArrayHelper.toTypeArray(types);
}

origin: org.hibernate/com.springsource.org.hibernate.core

public String[] getColumnAliases(int loc) {
  List result = new ArrayList( getLength() );
  for ( int i=0; i<getLength(); i++ ) {
    String[] colAliases = getProjection(i).getColumnAliases(loc);
    ArrayHelper.addAll(result, colAliases);
    loc+=colAliases.length;
  }
  return ArrayHelper.toStringArray(result);
}
origin: org.hibernate/com.springsource.org.hibernate

specifiedAliases.add( rootRtn.getAlias() );
entityAliases.add( rootRtn.getEntityAliases() );
ArrayHelper.addAll( querySpaces, persister.getQuerySpaces() );
includeInResultRowList.add( true );
  entityOwners.add( -1 );
  entityAliases.add( collRtn.getElementEntityAliases() );
  ArrayHelper.addAll( querySpaces, elementPersister.getQuerySpaces() );
specifiedAliases.add( fetchRtn.getAlias() );
entityAliases.add( fetchRtn.getEntityAliases() );
ArrayHelper.addAll( querySpaces, persister.getQuerySpaces() );
includeInResultRowList.add( false );
  entityOwners.add( ownerIndex );
  entityAliases.add( fetchRtn.getElementEntityAliases() );
  ArrayHelper.addAll( querySpaces, elementPersister.getQuerySpaces() );
origin: org.hibernate/com.springsource.org.hibernate.core

specifiedAliases.add( rootRtn.getAlias() );
entityAliases.add( rootRtn.getEntityAliases() );
ArrayHelper.addAll( querySpaces, persister.getQuerySpaces() );
includeInResultRowList.add( true );
  entityOwners.add( -1 );
  entityAliases.add( collRtn.getElementEntityAliases() );
  ArrayHelper.addAll( querySpaces, elementPersister.getQuerySpaces() );
specifiedAliases.add( fetchRtn.getAlias() );
entityAliases.add( fetchRtn.getEntityAliases() );
ArrayHelper.addAll( querySpaces, persister.getQuerySpaces() );
includeInResultRowList.add( false );
  entityOwners.add( ownerIndex );
  entityAliases.add( fetchRtn.getElementEntityAliases() );
  ArrayHelper.addAll( querySpaces, elementPersister.getQuerySpaces() );
org.hibernate.internal.util.collectionsArrayHelperaddAll

Popular methods of ArrayHelper

  • fillArray
  • countTrue
  • isAllFalse
  • join
  • getBatchSizes
  • getNextBatchSize
  • hash
    calculate the array hash (only the first level)
  • indexOf
  • toIntArray
  • toString
  • toStringArray
  • countNonNull
  • toStringArray,
  • countNonNull,
  • isAllNegative,
  • slice,
  • to2DIntArray,
  • to2DStringArray,
  • toBooleanArray,
  • toList,
  • toTypeArray

Popular in Java

  • Reactive rest calls using spring rest template
  • getApplicationContext (Context)
  • orElseThrow (Optional)
  • notifyDataSetChanged (ArrayAdapter)
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • Menu (java.awt)
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now