GET https://data.ht2techinfo.cd/home

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
77.91 ms
(34.38%)
1
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
]
55.54 ms
(24.51%)
1
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
]
40.02 ms
(17.66%)
1
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"
]
13.72 ms
(6.05%)
1
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:
[]
9.40 ms
(4.15%)
1
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:
[]
7.25 ms
(3.20%)
1
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"
]
6.61 ms
(2.92%)
29
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
]
2.15 ms
(0.95%)
1
SELECT COUNT(DISTINCT o0_.id) AS sclr_0 FROM operateur o0_ WHERE o0_.annee_fermeture > ?
Parameters:
[
  "2024-01-01"
]
1.64 ms
(0.73%)
6
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é"
]
1.24 ms
(0.55%)
1
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
]
0.78 ms
(0.35%)
1
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:
[]
0.67 ms
(0.30%)
1
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
]
0.62 ms
(0.27%)
1
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:
[]
0.59 ms
(0.26%)
3
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"
]
0.56 ms
(0.25%)
1
SELECT COUNT(DISTINCT a0_.id) AS sclr_0, a0_.categorie AS categorie_1 FROM arrete a0_ GROUP BY a0_.categorie
Parameters:
[]
0.56 ms
(0.25%)
1
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"
]
0.51 ms
(0.22%)
1
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
]
0.49 ms
(0.22%)
1
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:
[]
0.48 ms
(0.21%)
1
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:
[]
0.46 ms
(0.20%)
1
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:
[]
0.44 ms
(0.19%)
1
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:
[]
0.44 ms
(0.19%)
1
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:
[]
0.43 ms
(0.19%)
1
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:
[]
0.41 ms
(0.18%)
1
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:
[]
0.39 ms
(0.17%)
1
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:
[]
0.38 ms
(0.17%)
1
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:
[]
0.37 ms
(0.16%)
1
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"
]
0.37 ms
(0.16%)
1
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:
[]
0.34 ms
(0.15%)
1
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:
[]
0.33 ms
(0.15%)
1
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"
]
0.32 ms
(0.14%)
1
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM contrat_relatif c0_
Parameters:
[]
0.32 ms
(0.14%)
1
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:
[]
0.29 ms
(0.13%)
1
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM contrat_principal c0_
Parameters:
[]
0.24 ms
(0.11%)
1
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:
[]
0.20 ms
(0.09%)
1
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:
[]
0.18 ms
(0.08%)
1
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"
]

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.
App\Entity\Emine\Operateur\FormeJuridique
  • The field App\Entity\Emine\Operateur\FormeJuridique#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\FormeJuridique#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Operateur\Ville
  • The field App\Entity\Emine\Operateur\Ville#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\Ville#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Operateur\Acquisition
  • The field App\Entity\Emine\Operateur\Acquisition#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\Acquisition#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Operateur\Membre
  • The field App\Entity\Emine\Operateur\Membre#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\Membre#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Actionnariat\Investissement
  • The field App\Entity\Emine\Actionnariat\Investissement#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\Investissement#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Obligation\Redevance
  • The field App\Entity\Emine\Obligation\Redevance#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\Redevance#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Obligation\Rapatriement
  • The field App\Entity\Emine\Obligation\Rapatriement#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\Rapatriement#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Obligation\EtatFinancier
  • The field App\Entity\Emine\Obligation\EtatFinancier#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\EtatFinancier#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Obligation\Paiement
  • The field App\Entity\Emine\Obligation\Paiement#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\Paiement#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Autres\BesoinEnergetique
  • The field App\Entity\Emine\Autres\BesoinEnergetique#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\BesoinEnergetique#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Obligation\InformationFinanciere
  • The field App\Entity\Emine\Obligation\InformationFinanciere#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\InformationFinanciere#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Actionnariat\PartActionnaire
  • The field App\Entity\Emine\Actionnariat\PartActionnaire#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\PartActionnaire#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Actionnariat\PartInvestisseur
  • The field App\Entity\Emine\Actionnariat\PartInvestisseur#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\PartInvestisseur#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Impact\Accident
  • The field App\Entity\Emine\Impact\Accident#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\Impact\Accident#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Impact\Mst
  • The field App\Entity\Emine\Impact\Mst#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\Impact\Mst#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Impact\Pollution
  • The field App\Entity\Emine\Impact\Pollution#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\Impact\Pollution#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Autres\Amodiation
  • The field App\Entity\Emine\Autres\Amodiation#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\Amodiation#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Activite\Cession
  • The field App\Entity\Emine\Activite\Cession#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\Cession#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Activite\Option
  • The field App\Entity\Emine\Activite\Option#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\Option#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Activite\Transfert
  • The field App\Entity\Emine\Activite\Transfert#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\Transfert#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Estat\Autres\Usine
  • The field App\Entity\Estat\Autres\Usine#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\Usine#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Operateur\Mandataire
  • The field App\Entity\Emine\Operateur\Mandataire#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\Mandataire#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Autres\BesoinIntrant
  • The field App\Entity\Emine\Autres\BesoinIntrant#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\BesoinIntrant#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Operateur\Site
  • The field App\Entity\Emine\Operateur\Site#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\Site#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Activite\Agrement
  • The field App\Entity\Emine\Activite\Agrement#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\Agrement#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Operateur\CahierDeCharge
  • The field App\Entity\Emine\Operateur\CahierDeCharge#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\CahierDeCharge#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Impact\Environemental
  • The field App\Entity\Emine\Impact\Environemental#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\Impact\Environemental#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Activite\Transformation
  • The field App\Entity\Emine\Activite\Transformation#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\Transformation#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Autres\ComitePilotage
  • The field App\Entity\Emine\Autres\ComitePilotage#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\ComitePilotage#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\CadreJuridique\PartContrat
  • The field App\Entity\Emine\CadreJuridique\PartContrat#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\PartContrat#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\CadreJuridique\TypeDocument
  • The field App\Entity\Emine\CadreJuridique\TypeDocument#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\TypeDocument#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\CadreJuridique\EntiteGouvernementale
  • The field App\Entity\Emine\CadreJuridique\EntiteGouvernementale#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\EntiteGouvernementale#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Production\Rejet
  • The field App\Entity\Emine\Production\Rejet#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\Rejet#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Production\ProduitValorisable
  • The field App\Entity\Emine\Production\ProduitValorisable#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\ProduitValorisable#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Activite\MethodeTraitement
  • The field App\Entity\Emine\Activite\MethodeTraitement#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\MethodeTraitement#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Activite\ConsommationTraitement
  • The field App\Entity\Emine\Activite\ConsommationTraitement#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\ConsommationTraitement#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Activite\ConsommableTraitement
  • The field App\Entity\Emine\Activite\ConsommableTraitement#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\ConsommableTraitement#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Activite\Extraction
  • The field App\Entity\Emine\Activite\Extraction#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\Extraction#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Actionnariat\Actionnaire
  • The field App\Entity\Emine\Actionnariat\Actionnaire#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\Actionnaire#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Autres\AidePublique
  • The field App\Entity\Emine\Autres\AidePublique#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\AidePublique#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Operateur\Dot
  • The field App\Entity\Emine\Operateur\Dot#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\Dot#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Obligation\TypeTaxe
  • The field App\Entity\Emine\Obligation\TypeTaxe#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\TypeTaxe#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Autres\TypeContribution
  • The field App\Entity\Emine\Autres\TypeContribution#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\TypeContribution#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Autres\Comite
  • The field App\Entity\Emine\Autres\Comite#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\Comite#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Autres\Entreprise
  • The field App\Entity\Emine\Autres\Entreprise#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\Entreprise#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Autres\EtdSecondaire
  • The field App\Entity\Emine\Autres\EtdSecondaire#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\EtdSecondaire#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Autres\DepenseEtd
  • The field App\Entity\Emine\Autres\DepenseEtd#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\DepenseEtd#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Autres\ProjetEtd
  • The field App\Entity\Emine\Autres\ProjetEtd#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\ProjetEtd#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.