Registry / orm / hibernate-annotations

hibernate-annotations

JSON →
library3.5.6-Finaljavamavenunverified

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>
INSTALL
IMPORT
SIG · HIBERNATE-ANNOTATI
H
hibernate-annotations
ormjavav3.5.6-Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Entity
org.hibernate.annotations.Entity

Marks a class as a Hibernate entity with annotations.

import org.hibernate.annotations.Entity; import javax.persistence.Id; @Entity public class User { @Id private Long id; private String name; }
Debug
Known issues
breakingHibernate Annotations 3.x is outdated; use Hibernate ORM 5.x or 6.x with built-in JPA annotations.
fix
Migrate to org.hibernate:hibernate-core (5.x/6.x) and use javax.persistence or jakarta.persistence annotations.
affects: <=3.5.6-Final
Upgrade
Version history
3.5.6-Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
OpenAI (training)
2
Resources
hibernate-annotations — mvn dependency:get hibernate-annotations · libregistry