Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
hi ,
How create index oracle with hibernate in mapping file ?
(An index is a performance-tuning method of allowing faster retrieval of records. An index creates an entry for each value that appears in the indexed columns. )
The syntax for creating a index with oracle sql is:
CREATE [UNIQUE] INDEX index_name
ON table_name (column1, column2, . column_n)
how do that with hibernate ?
thanks u ,
Hibernate version: 3.0
Mapping documents: 3.0
Name and version of the database you are using: oracle 8.1