Last updated 5 years ago
Was this helpful?
This method will return to you the hibernate's metadata for a specific entity.
The Hibernate Java ClassMetadata Object ()
ClassMetadata
Key
Type
Required
Default
Description
entity
any
Yes
---
The entity name or entity object
var md = ORMService.getEntityMetadata( entity );