give a example ,the following is the ejb-jar.xml OF A
EJB NAMED CabinEJB:
<entity>
<ejb-name>CabinEJB</ejb-name>
<home>com.titan.cabin.CabinHomeRemote</home>
<remote>com.titan.cabin.CabinRemote</remote>
<ejb-class>com.titan.cabin.CabinBean</ejb-class>
<abstract-schema-name>Cruise</abstract-schema-name>
...
</entity>
THE following EJB QL is correct,right?
SELECT OBJECT(C) FROM Cruise C
so ,it can got a ejbobject or collections of ejbobjects