getEntityMetadata

This method will return to you the hibernate's metadata for a specific entity.

Returns

Arguments

Key
Type
Required
Default
Description

entity

any

Yes

---

The entity name or entity object

Examples

var md = ORMService.getEntityMetadata( entity );

Last updated

Was this helpful?