|
Hi {@Gail Badner}
,
I do understand your point of view. But please, can you answer this: PersistentClass has several properties: entityName, className, jpaEntityName. At the moment entityName and className both hold the class name. I think one of them must be redundant. So the jpaEntityName holds the entity name that I'm interested in (the @Entity(name="myEntity")). However you can never access it so I believe this is redundant too. Maybe it does require a lot of refactoring or introducing a new method getEntityByJpaName but I don't agree that this feature is invalid. Please let me know what you think.
|