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 |
How create hibernate cfg xml in eclipse?
What does hibernate.properties file consist of?
How can we see hibernate generated sql on console?
What is @mapsid?
Why use hibernate framework?
What are the orm tools available?
Is a mapping in hibernate?
What is cascadetype in hibernate annotations?
What are the orm tools?
What are the benefits of orm and hibernate?
What is <unk>onetomany mappedby?
What is the difference between flush and commit in hibernate?