Re: [Hibernate] Defining column index for properties

2002-09-27 Thread Gavin King
Zakai" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 28, 2002 12:19 AM Subject: [Hibernate] Defining column index for properties > Hi, > > In a use case where the database schema is almost fully controlled by the > mapping file, does it makes

[Hibernate] Defining column index for properties

2002-09-27 Thread Yaron Zakai
Hi, In a use case where the database schema is almost fully controlled by the mapping file, does it makes sense to add the functionality of defining an index on a single property? The next level would of course be defining an composite index, using several properties/columns. Is this in the sco