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
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Devaka Cooray
Liutauras Vilda
Sheriffs:
Jeanne Boyarsky
paul wheaton
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Tim Moores
Carey Brown
Mikalai Zaikin
Bartenders:
Lou Hamers
Piet Souris
Frits Walraven
Forum:
EJB and other Jakarta /Java EE Technologies
EJB QL : Select Vs Find
kri shan
Ranch Hand
Posts: 1491
posted 19 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 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Any update?
Valentin Tanase
Ranch Hand
Posts: 704
posted 19 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
Beauty is in the eye of the tiny ad.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
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...