Hi all,

Until now (for quite long time) I was working with NetBeans as main IDE. Lately I tried STS and found quite a few issues transitioning to it.
One of the most annoying thins is a difference in Entity classes in terms of IDE syntax validation. For example: All my entity classes using Integer as auto-generated primary key. STS does not like it. It complains that there is no @Id defind in the entity.

What can be a reason for it?
What are ather potential differences and problems?
May be somebody have made similar transition successfully?

Any suggestion will be more than welcome.

Thanks.