getPropertyEmbeddedEntityName

Given a class T and the name m of a property inside that class, return the name of the type of m if it is @Embeddable, otherwise a static assertion will fail.

string
getPropertyEmbeddedEntityName
(
T : Object
string m
)
()

Meta