Query Metrics

71 Database Queries
36 Different statements
226.64 ms Query time
42 Invalid entities

Queries

Group similar statements

# Time Info
1 2.15 ms
SELECT COUNT(DISTINCT o0_.id) AS sclr_0 FROM operateur o0_ WHERE o0_.annee_fermeture > ?
Parameters:
[
  "2024-01-01"
]
2 9.40 ms
SELECT COUNT(DISTINCT t0_.id) AS sclr_0, t0_.type_permis AS type_permis_1 FROM titre_minier t0_ GROUP BY t0_.type_permis
Parameters:
[]
3 40.02 ms
SELECT COUNT(DISTINCT o0_.id) AS sclr_0, s1_.id AS id_1 FROM operateur o0_ INNER JOIN sous_secteur s2_ ON o0_.sous_secteur_id = s2_.id INNER JOIN secteur s1_ ON s2_.secteur_id = s1_.id WHERE o0_.annee_fermeture > ? AND o0_.date_creation < ? GROUP BY s1_.id
Parameters:
[
  "2024-01-01"
  "2024-01-01"
]
4 0.49 ms
SELECT COUNT(DISTINCT a0_.id) AS sclr_0, SUBSTRING(a0_.date_arrete FROM 1 FOR 4) AS sclr_1 FROM arrete a0_ GROUP BY sclr_1 ORDER BY sclr_1 ASC
Parameters:
[]
5 0.56 ms
SELECT COUNT(DISTINCT a0_.id) AS sclr_0, a0_.categorie AS categorie_1 FROM arrete a0_ GROUP BY a0_.categorie
Parameters:
[]
6 0.46 ms
SELECT COUNT(DISTINCT a0_.id) AS sclr_0, t1_.nom AS nom_1 FROM arrete a0_ INNER JOIN type_arrete t1_ ON a0_.type_arrete_id = t1_.id GROUP BY t1_.nom
Parameters:
[]
7 0.24 ms
SELECT COUNT(DISTINCT a0_.id) AS sclr_0, o1_.denomination AS denomination_1 FROM arrete a0_ INNER JOIN operateur o1_ ON a0_.operateur_id = o1_.id GROUP BY o1_.denomination
Parameters:
[]
8 0.43 ms
SELECT t0.id AS id_1, t0.nom_gisement AS nom_gisement_2, t0.nom_mine AS nom_mine_3, t0.ressource AS ressource_4, t0.teneur AS teneur_5, t0.metal_contenu AS metal_contenu_6, t0.longitude AS longitude_7, t0.latitude AS latitude_8, t0.annotation AS annotation_9, t0.date_debut AS date_debut_10, t0.code AS code_11, t0.details AS details_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.deleted_at AS deleted_at_15, t0.operateur_id AS operateur_id_16, t0.province_id AS province_id_17, t0.user_id AS user_id_18 FROM gisement t0
Parameters:
[]
9 0.44 ms
SELECT COUNT(DISTINCT g0_.id) AS sclr_0, p1_.nom AS nom_1 FROM gisement g0_ INNER JOIN province p1_ ON g0_.province_id = p1_.id GROUP BY p1_.nom ORDER BY sclr_0 ASC
Parameters:
[]
10 0.20 ms
SELECT t0.id AS id_1, t0.nom_gisement AS nom_gisement_2, t0.nom_mine AS nom_mine_3, t0.ressource AS ressource_4, t0.teneur AS teneur_5, t0.metal_contenu AS metal_contenu_6, t0.longitude AS longitude_7, t0.latitude AS latitude_8, t0.annotation AS annotation_9, t0.date_debut AS date_debut_10, t0.code AS code_11, t0.details AS details_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.deleted_at AS deleted_at_15, t0.operateur_id AS operateur_id_16, t0.province_id AS province_id_17, t0.user_id AS user_id_18 FROM gisement t0 ORDER BY t0.id ASC LIMIT 30
Parameters:
[]
11 0.39 ms
SELECT t0.id AS id_1, t0.symbole_chimique AS symbole_chimique_2, t0.nom AS nom_3, t0.reserve_approv AS reserve_approv_4, t0.code AS code_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.deleted_at AS deleted_at_8, t0.filiere_id AS filiere_id_9, t0.localisation_id AS localisation_id_10, t0.user_id AS user_id_11 FROM commodite t0
Parameters:
[]
12 0.32 ms
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM contrat_relatif c0_
Parameters:
[]
13 0.29 ms
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM contrat_principal c0_
Parameters:
[]
14 0.22 ms
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM contrat_principal c0_ WHERE c0_.created_at BETWEEN ? AND ?
Parameters:
[
  "2024-01-01 00:00:00"
  "2024-12-12 23:59:00"
]
15 0.20 ms
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM contrat_principal c0_ WHERE c0_.created_at BETWEEN ? AND ?
Parameters:
[
  "2024-09-01 00:00:00"
  "2024-09-30 23:59:00"
]
16 0.17 ms
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM contrat_principal c0_ WHERE c0_.created_at BETWEEN ? AND ?
Parameters:
[
  "2024-08-01 00:00:00"
  "2024-08-31 23:59:00"
]
17 7.25 ms
SELECT COUNT(DISTINCT o0_.id) AS sclr_0, c1_.id AS id_1, c1_.nom AS nom_2 FROM operateur o0_ INNER JOIN categorie c1_ ON o0_.categorie_id = c1_.id WHERE o0_.annee_fermeture > ? AND o0_.date_creation < ? GROUP BY c1_.id, c1_.nom
Parameters:
[
  "2024-01-01"
  "2024-01-01"
]
18 0.62 ms
SELECT COUNT(DISTINCT i0_.id) AS sclr_0, p1_.libelle AS libelle_1 FROM investisseur i0_ INNER JOIN pays p1_ ON i0_.pays_id = p1_.id GROUP BY p1_.libelle
Parameters:
[]
19 0.48 ms
SELECT COUNT(DISTINCT p0_.id) AS sclr_0, p1_.libelle AS libelle_1 FROM proprietaire_reel p0_ INNER JOIN pays p1_ ON p0_.pays_id = p1_.id GROUP BY p1_.libelle
Parameters:
[]
20 0.33 ms
SELECT COUNT(DISTINCT o0_.id) AS sclr_0, o0_.service AS service_1 FROM operateur o0_ INNER JOIN categorie c1_ ON o0_.categorie_id = c1_.id WHERE c1_.id = ? AND o0_.service <> ? GROUP BY o0_.service
Parameters:
[
  10
  "Aucun"
]
21 0.41 ms
SELECT COUNT(DISTINCT p0_.id) AS sclr_0, SUBSTRING(p0_.date_debut FROM 1 FOR 4) AS sclr_1 FROM projet_dot p0_ GROUP BY sclr_1 ORDER BY sclr_1 ASC
Parameters:
[]
22 0.26 ms
SELECT COUNT(DISTINCT p0_.id) AS sclr_0, SUBSTRING(p0_.date_debut FROM 1 FOR 4) AS sclr_1 FROM projet_dot p0_ WHERE p0_.stade = ? GROUP BY sclr_1 ORDER BY sclr_1 DESC
Parameters:
[
  "Terminé"
]
23 0.30 ms
SELECT COUNT(DISTINCT p0_.id) AS sclr_0, SUBSTRING(p0_.date_debut FROM 1 FOR 4) AS sclr_1 FROM projet_dot p0_ WHERE p0_.stade = ? GROUP BY sclr_1 ORDER BY sclr_1 DESC
Parameters:
[
  "Non terminé"
]
24 0.22 ms
SELECT COUNT(DISTINCT p0_.id) AS sclr_0, SUBSTRING(p0_.date_debut FROM 1 FOR 4) AS sclr_1 FROM projet_dot p0_ WHERE p0_.stade = ? GROUP BY sclr_1 ORDER BY sclr_1 DESC
Parameters:
[
  "Non exécuté"
]
25 0.37 ms
SELECT COUNT(DISTINCT p0_.id) AS sclr_0, p0_.type_projet AS type_projet_1, SUBSTRING(p0_.date_projet FROM 1 FOR 4) AS sclr_2 FROM projet p0_ GROUP BY sclr_2, p0_.type_projet ORDER BY sclr_2 DESC
Parameters:
[]
26 0.34 ms
SELECT COUNT(DISTINCT p0_.id) AS sclr_0, SUBSTRING(p0_.date_debut FROM 1 FOR 4) AS sclr_1 FROM projet_cahier_de_charge p0_ GROUP BY sclr_1 ORDER BY sclr_1 DESC
Parameters:
[]
27 0.27 ms
SELECT COUNT(DISTINCT p0_.id) AS sclr_0, SUBSTRING(p0_.date_debut FROM 1 FOR 4) AS sclr_1 FROM projet_dot p0_ WHERE p0_.stade = ? GROUP BY sclr_1 ORDER BY sclr_1 DESC
Parameters:
[
  "Terminé"
]
28 0.34 ms
SELECT COUNT(DISTINCT p0_.id) AS sclr_0, SUBSTRING(p0_.date_debut FROM 1 FOR 4) AS sclr_1 FROM projet_dot p0_ WHERE p0_.stade = ? GROUP BY sclr_1 ORDER BY sclr_1 DESC
Parameters:
[
  "Non terminé"
]
29 0.25 ms
SELECT COUNT(DISTINCT p0_.id) AS sclr_0, SUBSTRING(p0_.date_debut FROM 1 FOR 4) AS sclr_1 FROM projet_dot p0_ WHERE p0_.stade = ? GROUP BY sclr_1 ORDER BY sclr_1 DESC
Parameters:
[
  "Non exécuté"
]
30 13.72 ms
SELECT COUNT(DISTINCT c0_.id) AS sclr_0, t1_.nom AS nom_1 FROM contrat_principal c0_ INNER JOIN contrat_principal_type_contrat c2_ ON c0_.id = c2_.contrat_principal_id INNER JOIN type_contrat t1_ ON t1_.id = c2_.type_contrat_id GROUP BY t1_.nom
Parameters:
[]
31 0.67 ms
SELECT SUM(v0_.quantite) AS sclr_0, c1_.nom AS nom_1, f2_.unite AS unite_2, SUBSTRING(v0_.date_vente FROM 6 FOR 2) AS sclr_3 FROM vente_local v0_ INNER JOIN commodite c1_ ON v0_.commodite_id = c1_.id INNER JOIN filiere f2_ ON c1_.filiere_id = f2_.id WHERE (v0_.date_vente BETWEEN ? AND ?) AND v0_.commodite_id = ? GROUP BY c1_.nom, f2_.unite, sclr_3 ORDER BY sclr_3 ASC
Parameters:
[
  "2024-01-01 00:00:00"
  "2024-12-31 23:59:00"
  1
]
32 55.54 ms
SELECT SUM(p0_.quantite) AS sclr_0, c1_.nom AS nom_1, f2_.unite AS unite_2, SUBSTRING(p0_.date_production FROM 6 FOR 2) AS sclr_3 FROM production p0_ INNER JOIN commodite c1_ ON p0_.commodite_id = c1_.id INNER JOIN filiere f2_ ON c1_.filiere_id = f2_.id WHERE (p0_.date_production BETWEEN ? AND ?) AND p0_.commodite_id = ? GROUP BY c1_.nom, f2_.unite, sclr_3 ORDER BY sclr_3 ASC
Parameters:
[
  "2024-01-01 00:00:00"
  "2024-12-31 23:59:00"
  1
]
33 77.91 ms
SELECT SUM(e0_.quantite) AS sclr_0, c1_.nom AS nom_1, f2_.unite AS unite_2, SUBSTRING(e0_.date_exportation FROM 6 FOR 2) AS sclr_3 FROM exportation e0_ INNER JOIN commodite c1_ ON e0_.commodite_id = c1_.id INNER JOIN filiere f2_ ON c1_.filiere_id = f2_.id WHERE (e0_.date_exportation BETWEEN ? AND ?) AND e0_.commodite_id = ? GROUP BY c1_.nom, f2_.unite, sclr_3 ORDER BY sclr_3 ASC
Parameters:
[
  "2024-01-01 00:00:00"
  "2024-12-31 23:59:00"
  1
]
34 1.24 ms
SELECT SUM(e0_.quantite) AS sclr_0, c1_.nom AS nom_1, f2_.unite AS unite_2, SUBSTRING(e0_.date_exportation FROM 1 FOR 4) AS sclr_3 FROM exportation e0_ INNER JOIN commodite c1_ ON e0_.commodite_id = c1_.id INNER JOIN filiere f2_ ON c1_.filiere_id = f2_.id WHERE e0_.commodite_id = ? GROUP BY c1_.nom, f2_.unite, sclr_3 ORDER BY sclr_3 ASC
Parameters:
[
  1
]
35 0.51 ms
SELECT SUM(p0_.quantite) AS sclr_0, SUM(p0_.cout) AS sclr_1, SUBSTRING(p0_.date_production FROM 1 FOR 4) AS sclr_2 FROM production p0_ WHERE p0_.commodite_id = ? GROUP BY sclr_2 ORDER BY sclr_2 DESC
Parameters:
[
  1
]
36 0.44 ms
SELECT SUM(i0_.nbre_feminin_local) AS sclr_0, SUM(i0_.nbre_masculin_local) AS sclr_1, SUM(i0_.nbre_cadre) AS sclr_2, SUM(i0_.nbre_ouvrier) AS sclr_3, SUM(i0_.nbre_feminin_etranger) AS sclr_4, SUM(i0_.nbre_masculin_etranger) AS sclr_5, SUBSTRING(i0_.date_info FROM 1 FOR 4) AS sclr_6 FROM information_emploi i0_ GROUP BY sclr_6 ORDER BY sclr_6 ASC
Parameters:
[]
37 0.37 ms
SELECT SUM(t0_.montant) AS sclr_0, SUBSTRING(t0_.date_taxe FROM 6 FOR 2) AS sclr_1 FROM taxe t0_ WHERE t0_.date_taxe BETWEEN ? AND ? GROUP BY sclr_1 ORDER BY sclr_1 ASC
Parameters:
[
  "2024-01-01 00:00:00"
  "2024-12-31 23:59:00"
]
38 0.18 ms
SELECT SUM(t0_.montant) AS sclr_0, SUBSTRING(t0_.date_taxe FROM 6 FOR 2) AS sclr_1 FROM taxe t0_ WHERE t0_.date_taxe BETWEEN ? AND ? GROUP BY sclr_1
Parameters:
[
  "2024-07-01 00:00:00"
  "2024-08-31 23:59:00"
]
39 0.56 ms
SELECT SUM(c0_.montant) AS sclr_0, o1_.denomination AS denomination_1 FROM contribution c0_ INNER JOIN operateur o1_ ON c0_.operateur_id = o1_.id WHERE c0_.date_contribution BETWEEN ? AND ? GROUP BY o1_.denomination ORDER BY sclr_0 ASC
Parameters:
[
  "2024-01-01 00:00:00"
  "2024-12-31 23:59:00"
]
40 0.32 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.commodite_id AS commodite_id_3, t0.user_id AS user_id_4 FROM type_commodite t0
Parameters:
[]
41 0.38 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  1
]
42 0.25 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  2
]
43 0.19 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  3
]
44 0.19 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  5
]
45 0.25 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  6
]
46 0.19 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  7
]
47 0.19 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  9
]
48 0.29 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  10
]
49 0.25 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  11
]
50 0.22 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  12
]
51 0.24 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  13
]
52 0.18 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  14
]
53 0.24 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  15
]
54 0.21 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  16
]
55 0.20 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  17
]
56 0.23 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  18
]
57 0.26 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  19
]
58 0.26 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  20
]
59 0.21 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  21
]
60 0.19 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  22
]
61 0.23 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  23
]
62 0.21 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  24
]
63 0.21 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  25
]
64 0.23 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  26
]
65 0.21 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  27
]
66 0.22 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  28
]
67 0.22 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  29
]
68 0.24 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  31
]
69 0.24 ms
SELECT c0_.id AS id_0, c0_.date_cours AS date_cours_1, c0_.prix AS prix_2, c0_.bourse AS bourse_3, c0_.teneur AS teneur_4, c0_.mode AS mode_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.deleted_at AS deleted_at_8, c0_.commodite_id AS commodite_id_9, c0_.type_commodite_id AS type_commodite_id_10, c0_.user_id AS user_id_11 FROM cours_moyens_des_metaux c0_ WHERE c0_.type_commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  32
]
70 0.78 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.code AS code_3, t0.unite AS unite_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.deleted_at AS deleted_at_7, t0.user_id AS user_id_8 FROM filiere t0
Parameters:
[]
71 0.38 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.code AS code_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6, t0.user_id AS user_id_7 FROM categorie t0
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

Class Mapping errors
App\Entity\Emine\Operateur\Operateur
  • The field App\Entity\Emine\Operateur\Operateur#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Operateur\Operateur#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Activite\TitreMinier
  • The field App\Entity\Emine\Activite\TitreMinier#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Activite\TitreMinier#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Operateur\SousSecteur
  • The field App\Entity\Emine\Operateur\SousSecteur#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Operateur\SousSecteur#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Operateur\Secteur
  • The field App\Entity\Emine\Operateur\Secteur#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Operateur\Secteur#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\CadreJuridique\Arrete
  • The field App\Entity\Emine\CadreJuridique\Arrete#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\CadreJuridique\Arrete#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\CadreJuridique\TypeArrete
  • The field App\Entity\Emine\CadreJuridique\TypeArrete#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\CadreJuridique\TypeArrete#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Autres\Gisement
  • The field App\Entity\Emine\Autres\Gisement#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Autres\Gisement#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Operateur\Province
  • The field App\Entity\Emine\Operateur\Province#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Operateur\Province#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\User
  • The field App\Entity\User#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\User#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Operateur\Commodite
  • The field App\Entity\Emine\Operateur\Commodite#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Operateur\Commodite#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Activite\Mine
  • The field App\Entity\Emine\Activite\Mine#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Activite\Mine#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Operateur\Filiere
  • The field App\Entity\Emine\Operateur\Filiere#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Operateur\Filiere#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Operateur\Localisation
  • The field App\Entity\Emine\Operateur\Localisation#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Operateur\Localisation#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\CadreJuridique\ContratPrincipal
  • The field App\Entity\Emine\CadreJuridique\ContratPrincipal#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\CadreJuridique\ContratPrincipal#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\CadreJuridique\ContratRelatif
  • The field App\Entity\Emine\CadreJuridique\ContratRelatif#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\CadreJuridique\ContratRelatif#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Production\Production
  • The field App\Entity\Emine\Production\Production#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Production\Production#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Activite\Ressource
  • The field App\Entity\Emine\Activite\Ressource#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Activite\Ressource#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Activite\Reserve
  • The field App\Entity\Emine\Activite\Reserve#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Activite\Reserve#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Estat\Projection\Projection
  • The field App\Entity\Estat\Projection\Projection#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Estat\Projection\Projection#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Estat\Autres\RessourceEntreprise
  • The field App\Entity\Estat\Autres\RessourceEntreprise#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Estat\Autres\RessourceEntreprise#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Estat\Autres\ReserveEntreprise
  • The field App\Entity\Estat\Autres\ReserveEntreprise#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Estat\Autres\ReserveEntreprise#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Autres\CoursMoyensDesMetaux
  • The field App\Entity\Emine\Autres\CoursMoyensDesMetaux#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Autres\CoursMoyensDesMetaux#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Production\VenteLocal
  • The field 'App\Entity\Emine\Production\VenteLocal#quantite' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field App\Entity\Emine\Production\VenteLocal#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Production\VenteLocal#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Production\Exportation
  • The field 'App\Entity\Emine\Production\Exportation#quantite' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field App\Entity\Emine\Production\Exportation#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Production\Exportation#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Estat\Autres\DecouverteReserve
  • The field App\Entity\Estat\Autres\DecouverteReserve#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Estat\Autres\DecouverteReserve#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Estat\Autres\DecouverteRessource
  • The field App\Entity\Estat\Autres\DecouverteRessource#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Estat\Autres\DecouverteRessource#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Estat\Autres\ReserveHistorique
  • The field App\Entity\Estat\Autres\ReserveHistorique#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Estat\Autres\ReserveHistorique#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Estat\Autres\RessourceHistorique
  • The field App\Entity\Estat\Autres\RessourceHistorique#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Estat\Autres\RessourceHistorique#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Activite\Traitement
  • The field App\Entity\Emine\Activite\Traitement#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Activite\Traitement#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Activite\Projet
  • The field App\Entity\Emine\Activite\Projet#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Activite\Projet#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Operateur\TypeCommodite No errors.
App\Entity\Emine\Operateur\Categorie
  • The field App\Entity\Emine\Operateur\Categorie#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Operateur\Categorie#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Actionnariat\Investisseur
  • The field App\Entity\Emine\Actionnariat\Investisseur#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Actionnariat\Investisseur#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Actionnariat\Pays
  • The field App\Entity\Emine\Actionnariat\Pays#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Actionnariat\Pays#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Operateur\ProprietaireReel
  • The field App\Entity\Emine\Operateur\ProprietaireReel#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Operateur\ProprietaireReel#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Operateur\ProjetDot
  • The field App\Entity\Emine\Operateur\ProjetDot#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Operateur\ProjetDot#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Operateur\ProjetCahierDeCharge
  • The field App\Entity\Emine\Operateur\ProjetCahierDeCharge#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Operateur\ProjetCahierDeCharge#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\CadreJuridique\TypeContrat
  • The field App\Entity\Emine\CadreJuridique\TypeContrat#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\CadreJuridique\TypeContrat#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Operateur\InformationEmploi
  • The field App\Entity\Emine\Operateur\InformationEmploi#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Operateur\InformationEmploi#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Obligation\Taxe
  • The field App\Entity\Emine\Obligation\Taxe#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Obligation\Taxe#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Autres\Contribution
  • The field App\Entity\Emine\Autres\Contribution#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Autres\Contribution#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Autres\Etd
  • The field App\Entity\Emine\Autres\Etd#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Autres\Etd#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Autres\Zea
  • The field App\Entity\Emine\Autres\Zea#user is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\User#user does not contain the required 'mappedBy="user"' attribute.
  • If association App\Entity\Emine\Autres\Zea#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.