Query Metrics

37 Database Queries
25 Different statements
12.59 ms Query time
42 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.15 ms
(17.08%)
9
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_.commodite_id = ? ORDER BY c0_.date_cours DESC LIMIT 1
Parameters:
[
  1
]
1.05 ms
(8.33%)
2
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 INNER JOIN secteur s2_ ON o0_.secteur_id = s2_.id WHERE s2_.id = ? GROUP BY c1_.id, c1_.nom
Parameters:
[
  3
]
0.84 ms
(6.66%)
1
SELECT COUNT(DISTINCT o0_.id) AS sclr_0 FROM operateur o0_ WHERE o0_.annee_fermeture > ?
Parameters:
[
  "2018-01-01"
]
0.63 ms
(5.02%)
2
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.superficie_on AS superficie_on_13, t0.superficie_off AS superficie_off_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.deleted_at AS deleted_at_17, t0.operateur_id AS operateur_id_18, t0.user_id AS user_id_19 FROM gisement t0
Parameters:
[]
0.56 ms
(4.46%)
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:
[
  "2018-01-01 00:00:00"
  "2018-12-31 23:59:00"
  1
]
0.55 ms
(4.37%)
3
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM contrat_principal c0_ WHERE c0_.created_at BETWEEN ? AND ?
Parameters:
[
  "2025-01-01 00:00:00"
  "2025-12-12 23:59:00"
]
0.51 ms
(4.09%)
1
SELECT COUNT(DISTINCT g0_.id) AS sclr_0, p1_.nom AS nom_1 FROM gisement g0_ INNER JOIN gisement_province g2_ ON g0_.id = g2_.gisement_id INNER JOIN province p1_ ON p1_.id = g2_.province_id GROUP BY p1_.nom ORDER BY sclr_0 ASC
Parameters:
[]
0.48 ms
(3.80%)
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.48 ms
(3.78%)
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:
[]
0.47 ms
(3.74%)
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:
[
  "2018-01-01 00:00:00"
  "2018-12-31 23:59:00"
  1
]
0.46 ms
(3.66%)
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:
[
  "2018-01-01 00:00:00"
  "2018-12-31 23:59:00"
  1
]
0.44 ms
(3.46%)
1
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM contrat_relatif c0_
Parameters:
[]
0.39 ms
(3.10%)
1
SELECT SUM(d0_.montant) AS sclr_0, t1_.nom AS nom_1 FROM decaissement d0_ INNER JOIN type_decaissement t1_ ON d0_.type_decaissement_id = t1_.id GROUP BY t1_.nom
Parameters:
[]
0.38 ms
(3.03%)
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.35 ms
(2.78%)
1
SELECT SUM(t0_.montant) AS sclr_0, t1_.nom AS nom_1 FROM taxe t0_ INNER JOIN type_taxe t1_ ON t0_.type_taxe_id = t1_.id GROUP BY t1_.nom
Parameters:
[]
0.34 ms
(2.70%)
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.33 ms
(2.60%)
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.32 ms
(2.53%)
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.32 ms
(2.51%)
1
SELECT SUM(d0_.montant) AS sclr_0, t1_.nom AS nom_1 FROM depense_caisse d0_ INNER JOIN type_decaissement t1_ ON d0_.type_depense_id = t1_.id GROUP BY t1_.nom
Parameters:
[]
0.31 ms
(2.50%)
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.unite AS unite_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9, t0.filiere_id AS filiere_id_10, t0.localisation_id AS localisation_id_11, t0.user_id AS user_id_12 FROM commodite t0
Parameters:
[]
0.29 ms
(2.29%)
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:
[]
0.26 ms
(2.04%)
1
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM contrat_principal c0_
Parameters:
[]
0.25 ms
(1.97%)
1
SELECT SUM(p0_.montant) AS sclr_0, p0_.type_paiement AS type_paiement_1 FROM paiement p0_ GROUP BY p0_.type_paiement
Parameters:
[]
0.22 ms
(1.76%)
1
SELECT SUM(r0_.montant) AS sclr_0 FROM redevance r0_
Parameters:
[]
0.22 ms
(1.73%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.unite AS unite_3, t0.commodite_id AS commodite_id_4, t0.user_id AS user_id_5 FROM type_commodite 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\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\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\TypeCommodite No errors.
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\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\ReserveDuBloc
  • The field App\Entity\ReserveDuBloc#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\ReserveDuBloc#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Production\Importation
  • The field App\Entity\Emine\Production\Importation#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\Importation#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
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\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\Operateur\Decaissement
  • The field App\Entity\Emine\Operateur\Decaissement#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\Decaissement#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Operateur\TypeDecaissement
  • The field App\Entity\Emine\Operateur\TypeDecaissement#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\TypeDecaissement#user is many-to-one, then the inversed side App\Entity\User#user has to be one-to-many.
App\Entity\Emine\Operateur\DepenseCaisse
  • The field App\Entity\Emine\Operateur\DepenseCaisse#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\DepenseCaisse#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\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\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\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\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\Autres\PrixDuCarburant
  • The field App\Entity\Emine\Autres\PrixDuCarburant#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\PrixDuCarburant#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.