![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
I'm developing an entity bean and I'm following the J2EE specifications. My application consist of a client application that makes SQL queries, and I want my entity bean to execute this queries, how can implement a method that receives the query and executes it? When I develope a method that it isn't a 'findxxx' method an error appears saying that the Home interface can only implements 'find' methods. Thanks in advance
Replies: |
Sponsored Links
|