org.jboss.test.cmp2.idxandusersql.ejb
Class CMR1Bean
java.lang.Object
org.jboss.test.cmp2.idxandusersql.ejb.CMR1Bean
- All Implemented Interfaces:
- EnterpriseBean (src) , EntityBean (src) , java.io.Serializable
- public abstract class CMR1Bean
- extends java.lang.Object
- implements EntityBean (src)
Test the dbindex feature
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
ejbCreate()
We don't call them, just have them here to
satisfy the cmp-engine |
void |
ejbPostCreate()
|
abstract java.lang.String |
getBar1()
This one is not indexed |
abstract java.lang.String |
getFoo1()
This field gets a that we want to
look up in the database to see if the index
was really created on the file. |
abstract java.lang.String |
getPKey()
|
abstract void |
setPKey(java.lang.String pKey)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMR1Bean
public CMR1Bean()
ejbCreate
public java.lang.String ejbCreate()
throws CreateException (src)
- We don't call them, just have them here to
satisfy the cmp-engine
- Throws:
CreateException (src)
ejbPostCreate
public void ejbPostCreate()
setPKey
public abstract void setPKey(java.lang.String pKey)
- Parameters:
pKey
-
getPKey
public abstract java.lang.String getPKey()
getFoo1
public abstract java.lang.String getFoo1()
- This field gets a that we want to
look up in the database to see if the index
was really created on the file.
getBar1
public abstract java.lang.String getBar1()
- This one is not indexed