In EJB 2.0, What is an ejbSelect() method?
Created May 7, 2012
Robert Castaneda A select method is similar to a finder method for Entity Beans, they both use EJB-QL to define the semantics of the method.
They differ in that an ejbSelect method(s) are not exposed to the client and the ejbSelect method(s) can return values that are defined as cmp-types or cmr-types.
For more information on EJB QL, see this FAQ.
They differ in that an ejbSelect method(s) are not exposed to the client and the ejbSelect method(s) can return values that are defined as cmp-types or cmr-types.
For more information on EJB QL, see this FAQ.