Quiz 2 Flashcards
What annotation is used to implement the entity inheritance strategy?
@Inheritance
What EntityManager method is used to delete an entry from the database?
.remove()
Iterative lifecycle is best characterized as:
Highly planned lifecycle that allows for feedback and refocusing
Which is the best example of a non-technical risk?
People who are unexperienced in a certain aspect of the project or something
NOT because of project delays caused by civil unrest
What model represents functional requirements?
use case
What EntityManager method will find an enitity given its PK?
EntityManager.find()
What annotation would be used to map JPEG field to entity bean
@Lob
@Entity is required for entity beans (T or F)
T
Iteration can be described as a mini waterfall (T or F)
T
Entity manager can be dependency injected in java se
F
A result of an iteration is an ________
increment
What persistence context can be used to in standard java classes.
Extended
NOT transaction-scoped because it requires a container.
What annotation for a class represents a primary key outside of the entity
@IdClass