RE: [JBoss-user] CMP column indexing

2003-02-28 Thread Kevin Conner
> when you say a patch - is the spec meant to allow this? > I couldn't find it. Or is it a jboss specific extension? It is jboss specific, the spec doesn't mandate this as it is a performance optimisation specific to CMP mechanism. I had though about adding automatic index creation into the CMP

Re: [JBoss-user] CMP column indexing

2003-02-28 Thread Brian McSweeney
al Message - From: "Kevin Conner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 28, 2003 3:15 PM Subject: RE: [JBoss-user] CMP column indexing > > i was wondering if it's possible to specify > > indexing of a column in a CMP Entity Be

RE: [JBoss-user] CMP column indexing

2003-02-28 Thread Kevin Conner
> i was wondering if it's possible to specify > indexing of a column in a CMP Entity Bean? I submitted a patch to do this for 3.0.2 but unfortunately I also included code to quote tables and fields. This was fine with the database we used but not with hypersonic. (actually it worked after I tidi