What are the attributes found in a tag ?
-
increment
-
sequence
-
hilo
-
foreign
A,B,C
Correct answer
Explanation
The tag in Hibernate mapping files uses attributes to specify the identifier generation strategy. Common attributes include increment (identity column), sequence (database sequences), hilo (high/low algorithm), and foreign (uses foreign key value).