• Card 3 / 18: What is TRUE about the cascading and cascade mode attributes in Entity Beans?
    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

    Answer:
    A) Cascade mode attributes can be specified for the association annotaions (like @OneToMany) in an entity bean
    D) Refresh cascade causes to refresh the target entities of a relationship when refresh is invoked on the source entity of the relationship

  • Keyboard Shortcuts

    Previous Card ← Previous Card Button
    Next Card → Next Card Button
    Flip Card Space-Bar
<< First < Previous Next > Last >>

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now
Explanation:

The cascading direction is from the source entity to the target entity.

The cascade attributes are : PERSIST, MERGE, REMOVE, REFRESH and ALL

Hide Choices Interactive Question Quiz Home Page
Flash Cards plugin by Curtis Blackwell github.com/curtisblackwell/flash_cards
Google Play and the Google Play logo are trademarks of Google Inc.
Ask
Briana Knowlton
Start Quiz
Copy and paste the following HTML code into your website or blog.
<iframe src="https://www.jobilize.com/embed/java-persistence-api-jpa" width="600" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="yes" style="border:1px solid #CCC; border-width:1px 1px 0; margin-bottom:5px" allowfullscreen webkitallowfullscreen mozallowfullscreen> </iframe>