Multiple choice technology programming languages

What are the attributes found in a tag ?

  1. increment

  2. sequence

  3. hilo

  4. foreign

Reveal answer Fill a bubble to check yourself
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).