|
Looks like the name of the entity is set as nodeName a couple of lines above:
persistentClass.setNodeName( name );
But this nodeName is not exposed to the metamodel at all - instead the entityName (which holds the annotatedClass.getName()) is exposed.
|