I\'m hoping someone out in the SO community will be able to help me out here. Simplified Background: I\'m using Entity Framework V1 to build my class structure that is outlined below, I\'m using Tabl
I have a simple 2 object inheritance defined in an EF model, Person <- User. Person is the base entity/class, it is not abstract, and it contains fields like firstname, lastname, email.
Is there a way to automatically go to a Class in eclipse from an instance of it. Foo foo = new Foo();