| |
|
| org.jboss.test.cmp2.idxandusersql.ejb.DBIndexTestLocal
DBIndexTestLocal | public interface DBIndexTestLocal extends javax.ejb.EJBLocalObject(Code) | | Local interface for DBIndexTest.
|
getBar | public String getBar()(Code) | | This field gets an index via the setting in jbosscmp-jdbc.xml file
|
getBaz | public String getBaz()(Code) | | This field is not indexed
|
getFoo | public String getFoo()(Code) | | This field gets a that we want to look up in the database to see if the index was really created on the file.
|
|
|
|