Home / CSE MCQs / JPA :: Discussion

Discussion :: JPA

  1. What is TRUE about the cascading and cascade mode attributes in Entity Beans?
  2. A.
    Cascade mode attributes can be specified for the association annotaions (like @OneToMany) in an entity bean
    B.
    The cascading direction is from the target entity to the source entity
    C.
    PERSIST, DELETE and REFRESH are cascading mode attributes
    D.
    Refresh cascade causes to refresh the target entities of a relationship when refresh is invoked on the source entity of the relationship

    View Answer

    Workspace

    Answer : Option A

    Explanation :



Be The First To Comment