Hi, Hello, I have a 'Customer' entity and an 'Application' entity. Each Application has (exactly) )one Customer, how do I correctly annotate the Application class's Customer member variable to indicate the relationship?
Without annotation, hibernate has created a 'customer' column in my Application table of type 'bytea' - I assumed it would make this column of type int instead, to store the customer_id but I assume once I have the correct annotation this will be fixed? -- View this message in context: http://www.nabble.com/Association-between-beans-tf4614424s2369.html#a13177800 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
