Hibernate provides built-in ID generation strategies called generators. Commonly used generators include increment (generates identifiers incrementally), identity (uses database identity column), sequence (uses database sequence), hilo (high/low algorithm), and uuid (generates UUIDs). The other options contain either incorrect names or mix of unrelated terms.