I have MySQL database with some tables there, and in my Workbench everything is fine, but when I make connection in eclipse, with that database, and open inspector in eclipse, to see tables, there is a problem that in table 'uloga' there are some columns that shouldn't be there. That is of course a problem, when I try to generate models using Hibernate I have in class Uloga fields that shouldn't be there, because Hibernate generates model classes from connection. This is model of my database: 
This is how does it look in my workbench:

And this is how does it look in eclipse, when I make connection to db:

Is there any solution for this issue ?
Ulogaclass in code, that are not present in the database?