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.
See Implementation
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.