How many attributes are there in column annotation?



How many attributes are there in column annotation?..

Answer / Rakhi Verma

The Column annotation has several optional attributes, including name (to specify the column's name), length (to specify the maximum length of the column), unique (to define a unique constraint on the column), nullable (to indicate whether the column can contain NULL values), etc.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

How create hibernate cfg xml in eclipse?

1 Answers  


What does hibernate.properties file consist of?

1 Answers  


How can we see hibernate generated sql on console?

1 Answers  


What is @mapsid?

1 Answers  


Why use hibernate framework?

1 Answers  


What are the orm tools available?

1 Answers  


Is a mapping in hibernate?

1 Answers  


What is cascadetype in hibernate annotations?

1 Answers  


What are the orm tools?

1 Answers  


What are the benefits of orm and hibernate?

1 Answers  


What is <unk>onetomany mappedby?

1 Answers  


What is the difference between flush and commit in hibernate?

1 Answers  


Categories