* @method DisposicionColumnasQuery rightJoin($relation) Adds a RIGHT JOIN clause to the query
* @method DisposicionColumnasQuery innerJoin($relation) Adds a INNER JOIN clause to the query
*
* @method DisposicionColumnasQuery leftJoinCampaniaContenido($relationAlias = null) Adds a LEFT JOIN clause to the query using the CampaniaContenido relation
* @method DisposicionColumnasQuery rightJoinCampaniaContenido($relationAlias = null) Adds a RIGHT JOIN clause to the query using the CampaniaContenido relation
* @method DisposicionColumnasQuery innerJoinCampaniaContenido($relationAlias = null) Adds a INNER JOIN clause to the query using the CampaniaContenido relation
*
* @method DisposicionColumnasQuery leftJoinFila($relationAlias = null) Adds a LEFT JOIN clause to the query using the Fila relation
* @method DisposicionColumnasQuery rightJoinFila($relationAlias = null) Adds a RIGHT JOIN clause to the query using the Fila relation
* @method DisposicionColumnasQuery innerJoinFila($relationAlias = null) Adds a INNER JOIN clause to the query using the Fila relation
...
...
@@ -442,6 +447,80 @@ abstract class BaseDisposicionColumnasQuery extends ModelCriteria