You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,11 @@
1
1
:fn-managed: footnote:[The application's domain and related classes]
2
2
== Hibernate models
3
3
4
-
Uses a mix of https://smallrye.io/jandex/[Jandex] and Java reflection to build the de-typed abstraction model of
5
-
classes and annotations referenced by an application's managed resources{fn-managed}.
4
+
Provides support for dealing with an application's managed resources{fn-managed} as a de-typed abstraction model
5
+
backed by one or more sources. Consumers can then access details from that abstraction model in a unified way,
6
+
regardless of the underlying source.
6
7
7
-
Consumers can then access details from that abstraction model in a unified way, regardless of the underlying
8
-
source. For classes which we are able to access from a Jandex index, this has the benefit that the classes are
9
-
not loaded into the ClassLoader which is important because once a classes is loaded into a ClassLoader, its
10
-
bytecode cannot be changed and run-time bytecode enhancement is not possible.
11
-
12
-
This work is intended to replace the https://github.com/hibernate/hibernate-commons-annotations[`hibernate-commons-annotation`] (HCANN)
13
-
library, which suffered from a number of shortcomings.
8
+
NOTE: This work replaces the https://github.com/hibernate/hibernate-commons-annotations[`hibernate-commons-annotation`] library, which suffered from a number of shortcomings.
0 commit comments