Quiz 2 Flashcards

1
Q

What annotation is used to implement the entity inheritance strategy?

A

@Inheritance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What EntityManager method is used to delete an entry from the database?

A

.remove()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Iterative lifecycle is best characterized as:

A

Highly planned lifecycle that allows for feedback and refocusing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which is the best example of a non-technical risk?

A

People who are unexperienced in a certain aspect of the project or something

NOT because of project delays caused by civil unrest

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What model represents functional requirements?

A

use case

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What EntityManager method will find an enitity given its PK?

A

EntityManager.find()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What annotation would be used to map JPEG field to entity bean

A

@Lob

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

@Entity is required for entity beans (T or F)

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Iteration can be described as a mini waterfall (T or F)

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Entity manager can be dependency injected in java se

A

F

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A result of an iteration is an ________

A

increment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What persistence context can be used to in standard java classes.

A

Extended
NOT transaction-scoped because it requires a container.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What annotation for a class represents a primary key outside of the entity

A

@IdClass

How well did you know this?
1
Not at all
2
3
4
5
Perfectly