The Source for Java Technology Collaboration
User: Password:



Start New Message Delete Post a Reply

Article: 
 Further Down the Trail
Subject:  What if database tables are created first?
Date:  2006-03-04 08:00:11
From:  jewalsh2k
Response to: What if database tables are created first?


I did this to map a User class to the Users table...

@Entity
@Table (name="Users")
public class User {

Worked great!

 Feed java.net RSS Feeds