Registry / utility / hibernate-commons-annotations

hibernate-commons-annotations

JSON →
library7.0.3.Finaljavamavenunverified

Hibernate Commons Annotations provides common reflection utilities for processing annotations in Hibernate and related projects.

<dependency> <groupId>org.hibernate.common</groupId> <artifactId>hibernate-commons-annotations</artifactId> <version>7.0.3.Final</version> </dependency>
INSTALL
IMPORT
SIG · HIBERNATE-COMMONS-
H
hibernate-commons-annotations
utilityjavav7.0.3.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.

JavaReflectionManager
org.hibernate.annotations.common.reflection.java.JavaReflectionManager

Minimal example showing how to instantiate JavaReflectionManager for annotation processing.

import org.hibernate.annotations.common.reflection.java.JavaReflectionManager; import org.hibernate.annotations.common.reflection.ReflectionManager; ReflectionManager reflectionManager = new JavaReflectionManager(); Class<?> clazz = MyEntity.class; // Use reflectionManager to introspect annotations
Debug
Known issues
breakingHibernate Commons Annotations 7.0.x requires Java 11+ and is designed for Hibernate ORM 6.x.
fix
Use version 6.x for Hibernate ORM 5.x compatibility.
affects: >=7.0.0
Upgrade
Version history
7.0.3.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hibernate-commons-annotations — mvn dependency:get hibernate-commons-annotations · libregistry