What is @id in spring boot? : Spring Boot



What is @id in spring boot? : Spring Boot..

Answer / Imran Ahmad

In Spring Data JPA, the '@Id' annotation is used to mark a field as the primary key of an entity.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is the use of spring orm?

1 Answers  


What are the spring components?

1 Answers  


What is application context?

1 Answers  


What is @inject annotation in spring?

1 Answers  


Why do we need autowiring in spring?

1 Answers  


state the advantages of auto wiring?

1 Answers  


Give an example of frequently used spring annotations.

1 Answers  


What are different ways to configure a class as spring bean?

1 Answers  


What is use of @qualifier in spring?

1 Answers  


What is weaving?

1 Answers  


What are the minimum configurations needed to create a spring mvc application?

1 Answers  


What is ioc container in spring?

1 Answers  


Categories