Details
Description
Currently ClassMetadata uses the class name that is passed from loadMetadata(). This one could have case-sensitivity problems (not the same case as the class actually has), which can lead to problems later in the code.
Currently ClassMetadata uses the class name that is passed from loadMetadata(). This one could have case-sensitivity problems (not the same case as the class actually has), which can lead to problems later in the code.
Fixed