Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Mapping Question - Key Order & Database Type

Hi

When generating a Primary Key from an Enity definition that contains an
@EmbeddedId class, how does EclipseLink decide which order to define the key
fields in the database - it's not definition order? Can I control the order
so that I can make the primary key efficient?

When generating tables for MySQL is there additional config that I can use
to define the table type, it apears to be defaulting to MyISAM and I need
InnoDB

Regards
-- 
View this message in context: http://www.nabble.com/Mapping-Question---Key-Order---Database-Type-tp25661912p25661912.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top