Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within EJB and other Jakarta /Java EE Technologies
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Paul Clapham
Jeanne Boyarsky
Ron McLeod
Tim Cooke
Sheriffs:
Devaka Cooray
paul wheaton
Mark Herschberg
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Frits Walraven
Jj Roberts
Bartenders:
Carey Brown
salvin francis
Piet Souris
Forum:
EJB and other Jakarta /Java EE Technologies
EJB QL : Select Vs Find
kri shan
Ranch Hand
Posts: 1491
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What are the difference between select and finder methods in
EJB
QL other than select is used in the Bean Class(so it is protected from the client) and Find is used in the Home Interface?
kri shan
Ranch Hand
Posts: 1491
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Any update?
Valentin Tanase
Ranch Hand
Posts: 704
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Finder returns a collection of primary keys, while select can return any serializable data type or references to other entity beans.
I think, therefore I exist -- Rene Descartes
Run away! Run away! Here, take this tiny ad with you:
the value of filler advertising in 2021
https://coderanch.com/t/730886/filler-advertising
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
EJB-QL input parameters CANNOT be used in LIKE expression.
ejbSelect
With EJB-QL, can I use ORDER BY clause?
Can use a generic EJB-QL in CMP ?
is EJB QL only for CMP ?
More...