Provides JPA and Hibernate-specific annotations for object-relational mapping in Java.
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.5.6-Final</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Marks a class as a Hibernate entity with annotations.
Migrate to org.hibernate:hibernate-core (5.x/6.x) and use javax.persistence or jakarta.persistence annotations.
No dependency data recorded yet.