Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9248613
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T09:59:02+00:00 2026-06-18T09:59:02+00:00

I have a three entity: class User { @ORM\OneToMany(targetEntity=Conversation, mappedBy=sender, cascade={remove}) private $send_messages; }

  • 0

I have a three entity:

class User
{
    @ORM\OneToMany(targetEntity="Conversation", mappedBy="sender", cascade={"remove"})
    private $send_messages;
}

///

class Conversation
{
    /**
     * @ORM\ManyToOne(targetEntity="User", inversedBy="send_messages")
     * @ORM\JoinColumn(name="sender_id", referencedColumnName="id", onDelete="SET NULL")
     */
    private $sender;
}

///

class Message
{
    /**
     * @ORM\OneToMany(targetEntity="Conversation", mappedBy="message")
     */
    private $conversations;

    /**
     * @ORM\PreRemove
     */
    function onPreRemove()
    {
         // how remove parent relationship ????
    }
}

When I delete the User, Conversation deleted by CASCADE. Question – how to remove and Message when deleted Coversation is last relation of Message.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T09:59:03+00:00Added an answer on June 18, 2026 at 9:59 am

    I think what you’re looking for is Doctrine2 “Orphan removal“

    If an Entity of type A contains references to privately owned Entities B then if the reference from A to B is removed the entity B should also be removed, because it is not used anymore.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following relation of three classes: @Entity public class User{ @OnetoMany List<Attribute>
I have a entity User(Base Class).Which have three child entity Admin ,Manager and Member
I have a User class that has a @OneToMany List<Address> property. Hibernate has created
I am using ireport-4.5.0,spring3.0.5RELEASE,jpa2 . I have an entity class named as User and
I have following entity class User: public class User implements Serializable { @Column(length =
I have three entities, User , Provider and UserProvider (a join entity with some
I have settings that I store in my database. There is an entity class
I have the following entity class : @Entity @Table(name = THE_TREE, catalog = ,
I have an issue in entity framework code first, three table in database as
Have three classes User, Group and Field. Many to many relationship on User /

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.