I want to retrieve the original table name the entity mapped with from an entity instance. For example, a "Customer" entity is mapped to a table named "cust", I want to get back the table name "cust" from a Customer entity. Any methods I can do so?
Thank you very much!!