1 Reply Latest reply on Jan 2, 2005 6:23 AM by triathlon98

    cmp scheme and indexses

    dannyb23

      Hi

      I'm using jboss CMP. Its creating automatically my Tables as well. Is there any option to specify some indexes constraints? perhaps using jbosscmp-jdbc.xml ? I would be very gratefull for any examples...

      Thanks

        • 1. Re: cmp scheme and indexses
          triathlon98

          You can specify which fields need to be indexed (see wiki or dtd).

          These are simple indexes (not compound). They are created when the table is created, or can be added later on when alter-table is used.

          Joachim