473,419 Members | 1,618 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,419 software developers and data experts.

incorrect listing

want to list all availble books in library by publisher. it is listing not availables also.

Expand|Select|Wrap|Line Numbers
  1. public List<Book> findByPublisher(String publisher) {
  2.     Book b = new Book();
  3.     Status status = new Status();
  4.     status.setId(Book.STATUS_AVAILABLE);
  5.     b.setStatus(status);//this filter is not working
  6.     b.setPublisher(publisher);
  7.  
  8. return (List<Book>) this.hibernateTemplate.findByExample(b);
  9.     }
Jul 30 '10 #1
1 1317
Hi there,

In order for a sufficient response to your question, I think that you need to provide more of an explanation of what is going on (ie. more code). For example, why do you think the setStatus method is not working? What is it doing? Also, what does the findByExample() method do? It would seem to me if the setStatus method is working properly, then your problem would be somewhere in findByExamle()
Aug 2 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

19
by: SU News Server | last post by:
I've struggled with this for quite a while and I'm am just not sure what is going on. I have the following code import os def buildList( directory='/Users/mkonrad' ) dirs = listing =...
4
by: eels | last post by:
Hello, I want to get a listing of my files at web server with ftp. I wantn 't download the files. With yyy = ftp.retrlines('LIST') I get this listing at stdout, but I need this information at...
2
by: ngr | last post by:
I used to use the DirListox control in VB6 but this is no longer supported in VB.NET. What I want to do: I want to take a directory listing and show any subdirectories in a list. When you click...
8
by: dougawells | last post by:
Hi - I'm hoping for help with the auto-generation of a hyperlinked listing of all files in a directory. The server I use does not auto-generate this. So, when someone comes to this directory and...
1
by: muddasirmunir | last post by:
i want list of e-mail address from different countries so can any body guide me how to achive this task . is there any website/utility from which we can extract mail address for e-g i want mail...
3
by: Geethu03 | last post by:
Hi I am writing a query to list some fields in asc,and desc.i want to list the field in my won order. that is my filed name is Status, in this i stored a values High, Low and Medium. I am able to...
0
by: Chetana | last post by:
Hi All, I want list of domains which are registered today ,how many domains deleted,how many are on hold until now on internet. And I want it in asp.net programing. With Regards, Chetana
4
by: ashokd001 | last post by:
Hi I want list all files on all directory recursively.As example below, /home/ashok>ls -1p test.txt test1.txt directory1/ directory2/
1
by: Love121 | last post by:
Can any one give me list of Non UTF-8 character? I searched a lot I couldn't find any list so anyone can understand developer problem? Which are a Non UTF-8 character? I have to check in...
1
by: vikaspa | last post by:
Hi In php count($_POST) gives me no of products selected by user i.e.no of check boxes checked How to get products for which the check box is not checked ?
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.