Let\'s say I have a base class named Entity. In that class, I have a static method to retrieve the class name:
Entity
class Entity { public static
it is very simple done by
User.getClass().getSuperclass()