facebook

Table and Atributte name problems

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #228805 Reply

    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?

    #228841 Reply

    Riyad Kalla
    Member

    This is a bug, we key off the more standard underscore notation:
    user_group = UserGroup

    as the divider, I believe this will be fixed in 4.0, sorry for the trouble.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Table and Atributte name problems

You must be logged in to post in the forum log in