My application uses SQL Server 2000 and i’m conected using database explorer perspective in myEclipse.
The mapping is working well, except about the name of the tables and attriibutes. The form is not the according with Java patterns.
Ex: Table: UsersGroup -> Mapping to Class -> Usersgroup
In this case i want to map usersGroup
Attribute: userId -> Mapping to class atributte – > Userid
In this case i want to map userId
Any ideas?