I want to generate entity classes from database tables through JPA, i have made a new driver in the myeclipse and after creating a connection with it in database explorer, all the tables are showing in the dbo schema but the problem is when i try to create entities from tables through JPA, i cant see the tables of which i want to create entity. In table list JPA is showing the tables which are not even in the DBO Schema. Please help me out 
I want to create entity class for project table but its not showing, however in db browser it is showing. I am using myEclipse professional 2013 and jpa 2.0, database is sql server 2008 ,jdk 1.6 and jdbc driver is sqljdbc4.jar