Skip to content

Commit a1f7a05

Browse files
committed
Revert "TODOTICKET Forbid Uses of Hibernate ORM 6's org.hibernate.tuple.entity.EntityMetamodel"
This reverts commit 7bfd80b.
1 parent d406615 commit a1f7a05

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build/config/src/main/resources/forbidden-internal.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ org.junit.experimental.runners.Enclosed @ Use NestedRunner instead of Enclosed a
3737
org.hibernate.jpa.QueryHints @ Hibernate ORM's QueryHints constants may not be correct for Jakarta artifacts.
3838
org.hibernate.annotations.QueryHints @ Hibernate ORM's QueryHints constants may not be correct for Jakarta artifacts.
3939
org.hibernate.tool.schema.Action @ Hibernate ORM doesn't support passing Action to property "hibernate.hbm2ddl.auto": you must pass a string
40-
org.hibernate.tuple.entity.EntityMetamodel @ Use other mapping classes (e.g. EntityPersister) instead
4140

4241
################################################################################################################
4342
@defaultMessage Favor EntityManager methods over their Session equivalent

build/config/src/main/resources/forbidden-public.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ org.hibernate.SharedSessionContract#getTransaction() @ Using this method is ofte
3838
org.hibernate.jpa.QueryHints @ Hibernate ORM's QueryHints constants may not be correct for Jakarta artifacts.
3939
org.hibernate.annotations.QueryHints @ Hibernate ORM's QueryHints constants may not be correct for Jakarta artifacts.
4040
org.hibernate.service.ServiceRegistry#getService(java.lang.Class) @ Use HibernateOrmUtils.getServiceOrFail(...) or HibernateOrmUtils.getServiceOrEmpty(...) instead
41-
org.hibernate.tuple.entity.EntityMetamodel @ Use other mapping classes (e.g. EntityPersister) instead
4241

4342
################################################################################################################
4443
# Use our Contracts class instead

0 commit comments

Comments
 (0)