Closed
Description
Every class with a static metamodel is represented by an instance of a subtype of ManagedType
. You can get these objects from the Metamodel
.
It would be really convenient to be able to get them directly from the static metamodel.
For example:
EntityType<Book> bookType = Book_.class_;
The Hibernate implementation of the JPA static metamodel generator already has this feature.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done