| 1 |
2.55 ms |
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.nom AS nom_4, u0_.prenom AS prenom_5, u0_.username AS username_6, u0_.telephone AS telephone_7, u0_.organisation AS organisation_8, u0_.created_at AS created_at_9, u0_.updated_at AS updated_at_10, u0_.description AS description_11, u0_.avatar AS avatar_12, u0_.logo AS logo_13, u0_.age AS age_14, u0_.date_naissance AS date_naissance_15, u0_.is_approuved AS is_approuved_16, u0_.titre_emploie AS titre_emploie_17, u0_.other_metier AS other_metier_18, u0_.facebook AS facebook_19, u0_.twitter AS twitter_20, u0_.linkedin AS linkedin_21, u0_.etat AS etat_22, u0_.code_postal AS code_postal_23, u0_.latitude AS latitude_24, u0_.longitude AS longitude_25, u0_.zoom AS zoom_26, u0_.image_couverture AS image_couverture_27, u0_.slug AS slug_28, u0_.website AS website_29, u0_.date_creation AS date_creation_30, u0_.adresse AS adresse_31, u0_.tags AS tags_32, u0_.is_valid AS is_valid_33, u0_.is_urgent AS is_urgent_34, u0_.google_id AS google_id_35, u0_.is_notification AS is_notification_36, u0_.is_hidden_email AS is_hidden_email_37, u0_.metier_id AS metier_id_38, u0_.expertise_id AS expertise_id_39, u0_.niveau_id AS niveau_id_40, u0_.secteur_id AS secteur_id_41, u0_.genre_id AS genre_id_42 FROM user u0_ WHERE u0_.roles LIKE ? AND u0_.is_valid = ?
Parameters: [
"%"ROLE_EMPLOYEUR"%"
1
]
SELECT
u0_.id AS id_0,
u0_.email AS email_1,
u0_.roles AS roles_2,
u0_.password AS password_3,
u0_.nom AS nom_4,
u0_.prenom AS prenom_5,
u0_.username AS username_6,
u0_.telephone AS telephone_7,
u0_.organisation AS organisation_8,
u0_.created_at AS created_at_9,
u0_.updated_at AS updated_at_10,
u0_.description AS description_11,
u0_.avatar AS avatar_12,
u0_.logo AS logo_13,
u0_.age AS age_14,
u0_.date_naissance AS date_naissance_15,
u0_.is_approuved AS is_approuved_16,
u0_.titre_emploie AS titre_emploie_17,
u0_.other_metier AS other_metier_18,
u0_.facebook AS facebook_19,
u0_.twitter AS twitter_20,
u0_.linkedin AS linkedin_21,
u0_.etat AS etat_22,
u0_.code_postal AS code_postal_23,
u0_.latitude AS latitude_24,
u0_.longitude AS longitude_25,
u0_.zoom AS zoom_26,
u0_.image_couverture AS image_couverture_27,
u0_.slug AS slug_28,
u0_.website AS website_29,
u0_.date_creation AS date_creation_30,
u0_.adresse AS adresse_31,
u0_.tags AS tags_32,
u0_.is_valid AS is_valid_33,
u0_.is_urgent AS is_urgent_34,
u0_.google_id AS google_id_35,
u0_.is_notification AS is_notification_36,
u0_.is_hidden_email AS is_hidden_email_37,
u0_.metier_id AS metier_id_38,
u0_.expertise_id AS expertise_id_39,
u0_.niveau_id AS niveau_id_40,
u0_.secteur_id AS secteur_id_41,
u0_.genre_id AS genre_id_42
FROM
user u0_
WHERE
u0_.roles LIKE ?
AND u0_.is_valid = ?
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.nom AS nom_4, u0_.prenom AS prenom_5, u0_.username AS username_6, u0_.telephone AS telephone_7, u0_.organisation AS organisation_8, u0_.created_at AS created_at_9, u0_.updated_at AS updated_at_10, u0_.description AS description_11, u0_.avatar AS avatar_12, u0_.logo AS logo_13, u0_.age AS age_14, u0_.date_naissance AS date_naissance_15, u0_.is_approuved AS is_approuved_16, u0_.titre_emploie AS titre_emploie_17, u0_.other_metier AS other_metier_18, u0_.facebook AS facebook_19, u0_.twitter AS twitter_20, u0_.linkedin AS linkedin_21, u0_.etat AS etat_22, u0_.code_postal AS code_postal_23, u0_.latitude AS latitude_24, u0_.longitude AS longitude_25, u0_.zoom AS zoom_26, u0_.image_couverture AS image_couverture_27, u0_.slug AS slug_28, u0_.website AS website_29, u0_.date_creation AS date_creation_30, u0_.adresse AS adresse_31, u0_.tags AS tags_32, u0_.is_valid AS is_valid_33, u0_.is_urgent AS is_urgent_34, u0_.google_id AS google_id_35, u0_.is_notification AS is_notification_36, u0_.is_hidden_email AS is_hidden_email_37, u0_.metier_id AS metier_id_38, u0_.expertise_id AS expertise_id_39, u0_.niveau_id AS niveau_id_40, u0_.secteur_id AS secteur_id_41, u0_.genre_id AS genre_id_42 FROM user u0_ WHERE u0_.roles LIKE '%\"ROLE_EMPLOYEUR\"%' AND u0_.is_valid = 1;
|